home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5725.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.1 KB  |  30 lines

  1. In-Reply-To: <9510210028.AA04988@opus.MIT.EDU> from "jered@mit.edu" at Oct 20, 95 08:28:09 pm
  2. Reply-To: Tobermory_Everett@hmc.edu
  3. X-Mailer: ELM [version 2.4 PL22]
  4. MIME-Version: 1.0
  5. Content-Type: text/plain; charset=US-ASCII
  6. Content-Transfer-Encoding: 7bit
  7. Content-Length: 726       
  8. Sender: owner-paper@nacm.com
  9. Precedence: bulk
  10.  
  11. jered@mit.edu wrote:
  12. > Under DOS, however, the space is not a valid character (in the shell) and
  13. > some sort of mapping (presumably the underscore '_') is in order.
  14. There is a work around under DOS.  To move the file "BLAH FOO. DF" to
  15. "BLAH_FOO._DF" use the command:
  16.  
  17. move BLAH?FOO.?DF BLAH_FOO._DF
  18.  
  19. Note that this will not work if there are any other files that match the
  20. BLAH?FOO.?DF search string.  This trick was discovered by OS/2 users that
  21. were using DOS based disk defragmenters to defrag FAT partitions that OS/2
  22. had used.  OS/2 uses the files "EA DATA. SF" and "WP ROOT. SF" to store
  23. extended attribute information for the drive, and it was handy to rename
  24. them to traditional DOS filenames first.
  25.  
  26. --Toby Everett
  27.  
  28.  
  29.  
  30.