PDA

View Full Version : Error running VB scripts



joeblow
03-10-2003, 01:25 PM
When I try to run a VB script from Autoplay, I get an Error Executing File error. Its pointing to the correct location, but its not running. I can run the VB script outside of Autoplay, but when its called from the program, I get the error message. Any ideas?

Derek
03-10-2003, 04:20 PM
Hi - Couple questions:

I assume you are trying to execute a file containing the vbscript? [if so, what file .ext does it have?]
What is the exact error message?
From where in AMS are yu calling the execution?
What Actions are yu using in AMS to achieve this?

Lorne
03-11-2003, 08:53 AM
Tip: if you're using File.Execute, try File.Open instead.

joeblow
03-12-2003, 06:07 AM
That was it -- File.Open instead of File.Execute. Thanks for the help!

Lorne
03-12-2003, 08:40 AM
NP. Glad to be of service. /ubbthreads/images/icons/smile.gif