-
DOS cd command
How do you get to a directory that has a .xxx..
say in Dos I wanted to get to a file in, C:\windows\application data\options\astunb.stv
starting at C:
cd windows
cd applic~1
cd options
How do I get to the last directory?
Nothing I try gets me to the files in the last directory. Always invalid directory..
------------------
bs
-
Surely the last level is a file with 3 character suffix ??
If you type dir /a *.stv at the c:\windows\applic~1\options\> prompt it should list the file astunb.stv
------------------
Stay Alive !
-
This
C:\>CD\windows\applic~1\options\astunb.stv
must do. At least it does on my PC.
DD