I tried using at first a combination of xcopy and del, but del kept failing.
xcopy creates directory if it doesn't yet exist.
The other option is to use MKDIR but it does not work inside a batch file?
MKDIR "C:\stuff"
Any ideas why this is not working inside .bat/.cmd file??
It works fine from a command prompt.
No comments:
Post a Comment