01-03-2007 01:12 PM
01-03-2007 02:05 PM - edited 01-03-2007 02:05 PM
CALL is used to call one batch file from another. Don't use it to run a program. Also, why do you have a pause? If you want this to just run by itself at system startup, you shouldn't pause. That will wait for the user to press a key.
Edit: Also, I just noticed you had 2 backslashes in this line at "APPS\\builds": CALL C:\BI\APPS\\builds\TEST.exe
Message Edited by Marc A on 01-03-2007 03:08 PM
01-03-2007 02:09 PM - edited 01-03-2007 02:09 PM
Message Edited by smercurio_fc on 01-03-2007 02:10 PM