i am trying to run a program(.exe) from vbscript in EONReality, but i'm having a problem. i don't get any error message and it appears to work correctly, but i can tell the program isn't executed because it would write to a file. there is no problem with the program itself; when i execute it manually, it works and writes to the file. the script i use to run it:
Set shell = CreateObject("WScript.Shell"
shell.Run(Path&"pos_predic.exe"
where Path is correct. if anyone has any ideas as to why this isn't working, i would appreciate all help.
thanks,
kfarrell
Set shell = CreateObject("WScript.Shell"
shell.Run(Path&"pos_predic.exe"
where Path is correct. if anyone has any ideas as to why this isn't working, i would appreciate all help.
thanks,
kfarrell