I have the following saved as a batch file on a server desktop:
---------
E:\
cd folder1
cd folder2
cd folder3
cd folder4
del *.log
del r3111*
--------
The delete commands work individually from a command line, but won't work in a script.
Can anyone tell me where I'm going wrong?
---------
E:\
cd folder1
cd folder2
cd folder3
cd folder4
del *.log
del r3111*
--------
The delete commands work individually from a command line, but won't work in a script.
Can anyone tell me where I'm going wrong?