all i want to do is rename one file to another. The problem is unless i run the script from within the files folder it wont work and im not sure why. CD C:\
rename oldfile.txt newfile.txtworks from the c drive but not d drive.
D Drive?
If that's your DVD drive, make sure the CD is a re-writable. If it isn't, you won't be able to edit anything on there. Only add new files till it's full.The Batch will work as long as you have a CDRW disk.
PEBMAC - The biggest cause of Computing problems.
Damn ID10T Errors.
tx but no its not my dvd which is E.
You realize that "cd" changes the working directory on a drive, but doesn't change the current drive? So "cd C:\” won't change the current directory if the current drive is D:. To do that you need:
C:
cd \Alternatively, you can use the /D switch:
cd /D C:\
i didnt know that, thanks for the solution.
| « send me a website to down... | Make selection in list bo... » |