"Warren" <> wrote:
>Can someone advise what needs to be done to change to different drives,
>the old CD (change directory command) does not work. There is no
>Autoexe.bat files to add commands and drives.
>You use to be able to change from C drive to another drive as per this
>example (in the old days): c:\user CD d:\ it just stays on c:\user
>instead of going to d:\
CD is change DIRECTORY, not change drives. To change drives, just type
the drive letter followed by a colon:
C:\> d:
D:\>
Or you can use the /d switch on the CD command:
C:\dir1> cd /d d:\somedir
D:\somedir>
--
Tim Slattery
MS MVP(Shell/User)
http://members.cox.net/slatteryt