If i'm on c:\Dog and want to move to d:\Cat then simply issuing the following command doesn't cut the mustard:
C:\Dog\cd d:\Cat
Instead, I need to issue it with the /D command
C:\Dog\cd /D d:\Cat
/* add this crazy stuff in so i can use syntax highlighter
No comments:
Post a Comment