Nope.
I think it might be a command I forgot about: XCOPY
Code:
md .\ci\
xcopy .\bi\ .\ci\ /e
xcopy .\ci\ .\bi\ci\ /e
RMDIR /S /Q .\ci\
del /q .\bi\ci\ci\
del /s /q .\bi\ci\data\world\maps\battle\custom\
del /s /q .\bi\ci\data\world\maps\base\
xcopy .\fe\* .\bi\ci\
del /s /q .\bi\ci\data\world\maps\campaign\the_south\
pause
Now lines 1 and 4 work but 2 & 3 are reporting an invalid path which does not make sense if 1 & 4 work. I could not copy the file directly as it reported a cyclical error (probably because I was copying to a subdirectory of it) so I have had to go about it by copying it somewhere else and then copying it again. Gah!
Any dos guys out there?
Bookmarks