PDA

View Full Version : Viewing subdirectory names in DOS format


Robert M. Lincoln
December 11th 03, 08:07 AM
Xref: kermit microsoft.public.windowsxp.basics:166096

How can I view a folder's name in the old DOS format, which used the tilde
character (~)? Command prompt gives me the full name when I type DIR.

I'm trying to install a program that uses an old Windows installation
program, which uses the 8.3 character format, and I want the program
installed in the Program Files directory.

Thanks

Ed Sproull [MSFT]
December 11th 03, 08:08 AM
dir /X

Ed


"Robert M. Lincoln" > wrote in message
...
> How can I view a folder's name in the old DOS format, which used the tilde
> character (~)? Command prompt gives me the full name when I type DIR.
>
> I'm trying to install a program that uses an old Windows installation
> program, which uses the 8.3 character format, and I want the program
> installed in the Program Files directory.
>
> Thanks
>
>

Google