nicks60610
MIS
Is there a way to call another batch file using a batch file in Windows? For some reason when I run the command in the command window (not using the batch file) it works, but as soon as I put the same command in the batch file, it fails??
This is what I am trying to batch:
D:
CD pi\adm
pibackup.bat d:\pi d:\pibackup 1
It works in a command prompt, but does not work when I put the same commands in a batch file??
Any ideas is greatly appreciated!
This is what I am trying to batch:
D:
CD pi\adm
pibackup.bat d:\pi d:\pibackup 1
It works in a command prompt, but does not work when I put the same commands in a batch file??
Any ideas is greatly appreciated!