ms agent not working

jie711

New Member
good day!
how come the code of ms agent i've downloaded didn't work
it has an error... will somebody help me... honestly, im really
new at Progress so im still not good at this language...
many thanks...
 

Attachments

Good day to you,

the combo is initialy filled with four (4) optional agents. The agents must exist in directory C:\winnt\msagent\chars. Did
you check if these agents exists in this directory? If you haven't got the default agent (which is loaded in the definitions section) you can get an error because the agent can't be found.

Good luck
 
Save Time

Don't worry about downloading the agents. Your bound to have an agent on your computer already. Search for files ending in .acs. Most computers will have Clippit.acs installed. Simpley replace the peedy.acs word with clippit.acs and make sure you change the line:

DEF VAR v-loc AS CHAR INIT "C:\winnt\msagent\chars\peedy.acs".

to point to the right file location. I have got this script working on NT XP and Windows 9X.
 
Back
Top