Need the dos equivalent

  • Thread starter Thread starter Obewahn
  • Start date Start date
Obewahn said:
Need the dos equivalent to this dir for NT 4.0

my fold.01.01

Thanks

Please elaborate and give full details of what you are after.
 
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.
 
dir /x gave me the info i needed . Thanks



Mark V said:
Obewahn wrote in

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top