Need the dos equivalent

  • Thread starter Thread starter Obewahn
  • Start date Start date
Thanks for responding. I need to cd into that dir.

cd my~1 doesn't work. Answer would be great. KB article explaning would be
greater. Thanks for your time.
 
-----Original Message-----
From: Obewahn [mailto:[email protected]]
Posted At: Thursday, August 21, 2003 15:05
Posted To: general
Conversation: Need the dos equivalent
Subject: Need the dos equivalent


Need the dos equivalent to this dir for NT 4.0

my fold.01.01

Thanks

I guess you're asking what the DOS 8.3 filename would be?

MYFOLD~1.01

You can look up the info yourself using the properties for the folder,
or by using dir /x which will list 8.3 format filenames.

HTH

Phil
 
You're still speaking in riddles. This might help if you
want to change folders:

cd /d "c:\my~1"
 
Obewahn wrote in
Need the dos equivalent to this dir for NT 4.0

my fold.01.01

Maybe what you wanted was
Wrap strings with embedded space in double-quote charaters.
 
Thanks for responding. I need to cd into that dir.

cd my~1 doesn't work. Answer would be great. KB article explaning would be
greater. Thanks for your time.

cd "long folder name is in quotes"
 
Back
Top