home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2045.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  727 b   |  20 lines

  1. jered@mit.edu wrote:
  2. > Under DOS, however, the space is not a valid character (in the shell) and
  3. > some sort of mapping (presumably the underscore '_') is in order.
  4. There is a work around under DOS.  To move the file "BLAH FOO. DF" to
  5. "BLAH_FOO._DF" use the command:
  6.  
  7. move BLAH?FOO.?DF BLAH_FOO._DF
  8.  
  9. Note that this will not work if there are any other files that match the
  10. BLAH?FOO.?DF search string.  This trick was discovered by OS/2 users that
  11. were using DOS based disk defragmenters to defrag FAT partitions that OS/2
  12. had used.  OS/2 uses the files "EA DATA. SF" and "WP ROOT. SF" to store
  13. extended attribute information for the drive, and it was handy to rename
  14. them to traditional DOS filenames first.
  15.  
  16. --Toby Everett
  17.  
  18.  
  19.  
  20.