***NOTE For WinBatch scripting users***
If you are going to use WinBatch to build and run your scripts, you need to follow a specific convention in setting up the task in the VisualCron product. At the guidance of Henrik, I used "Execute" instead of "Execute Script".
However, using both the command and argument was confusing to VC and resulted in the script appearing to run, but it really did not.
We resolved this by using a direct path statement like this:
C:\Program Files (x86)\WinBatch\System\Consolidate Route Files_TEST.wbt
in the Command line of "Execute" and running it using the "shell" option. An argument was not needed. Credentials were not necessary.
If you have Popmenu.exe running the background for Winbatch scripting, the command will find it and run fine.
Make sure you have adequate authority to the directories that you are writing/reading from with the user that you are running the script under.
Many thanks to Henrik for excellent support!
Edited by user
2010-09-29T16:34:47Z
|
Reason: Not specified