- Local time
- 9:58 AM
- Messages
- 705
I created a batch file. it works fine, opens command prompt runs the task, then it exits.
I set the task up in task scheduler. There is a run button, when run it goes from ready to running and never stops... I can select end. The task simply takes 7 seconds when I run it as clicking on the batch file.
So I dont think I have it configured correctly?
here is the batch file
included some pics, you can see it has never run, when I select run, it never completes, simply says running forever?
I set the task up in task scheduler. There is a run button, when run it goes from ready to running and never stops... I can select end. The task simply takes 7 seconds when I run it as clicking on the batch file.
So I dont think I have it configured correctly?
here is the batch file
Code:
[MENTION=353699]echo[/MENTION] OFF
ECHO.
ECHO This is a batch file
ECHO.
zap2xml -u [email][email protected][/email] -p thepassword -o myfile.xml
CLS
EXIT
included some pics, you can see it has never run, when I select run, it never completes, simply says running forever?
Attachments
My Computer
- OS
- Windows 7 Ultimate x64