It looks like this: \FX\LEET\LEET.file
I need to make it \FX\LEET.file
The location of the bat file is irrelative since I make it go into the folder LEET and etc.
I know the names are kinda confusing, but they can't be changed.
I tried this to move the file:
CODE
cd FX\LEET\
MOVE leet ..\
MOVE leet ..\
This is not working.
And to delete the folder I am doing this:
CODE
cd ..\
RD /s /q LEET
RD /s /q LEET
which is working.
Any help would be appreciated.
