So here is a copy in my CMD window
C:\Documents and Settings\Developer>cd /d "D:\" D:\>cd /c "C:\" The filename, directory name, or volume label syntax is incorrect. D:\>
when I run cd / d "D: \" on drive C, it works fine, but when I run cd / c "C: \" on D drive, I get an error
So how do I change the directory back to drive C?
EDIT:
Here is a simpler copy-paste of my CMD window
C:\>cd /d "D:\" D:\>cd /c "C:\" The filename, directory name, or volume label syntax is incorrect. D:\>
Doesn't make a scene, why its not working ...
windows cmd batch-file cd
Andre
source share