home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / misc / 5082 < prev    next >
Encoding:
Text File  |  1992-09-08  |  978 b   |  33 lines

  1. Newsgroups: in.pc,comp.os.msdos.misc
  2. Path: sparky!uunet!microsoft!hexnut!jenk
  3. From: jenk@microsoft.com (Jen Kilmer)
  4. Subject: Re: Missing character questions....
  5. Message-ID: <1992Sep07.061610.6582@microsoft.com>
  6. Date: 07 Sep 92 06:16:10 GMT
  7. Organization: Microsoft Corporation
  8. References: <Bu0CD5.5ry@usenet.ucs.indiana.edu>
  9. Lines: 22
  10.  
  11. In article <Bu0CD5.5ry@usenet.ucs.indiana.edu> rcbaker@silver.ucs.indiana.edu (Bob Baker) writes:
  12. >While working on converting some VERY old DOS files at work, we've
  13. >discovered an interesting dilemma.  When we do a directory listing of
  14. >the files, we see things like:
  15. >
  16. >H FRAME   TXT   09-01-84  etc., etc.
  17. >S H HOUS  TXT   09-01-84
  18.  
  19. Spaces within DOS filenames ain't officially okay. You can fix
  20. this by renaming the files. for example:
  21.  
  22. ren h?frame.txt hiframe.txt
  23. ren s?h?hous.txt s_h_hous.txt
  24.  
  25. subdirectories can be renamed using qbasic (dos 5) or gwbasic
  26. (or basica or whatever). Or using Norton's excellent DiskEdit
  27. utility. 
  28.  
  29. -jen
  30.  
  31.  
  32.  
  33.