home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / fcopy413.zip / fatcopy / todo < prev   
Text File  |  1999-02-19  |  729b  |  25 lines

  1. . Check for common name schemes like tar.gz -> tgz or tar.Z -> tz
  2.  
  3. . Is renaming for FAT fully WPS conform?
  4.  
  5. . Option "/q" to suppress any screen output
  6.  
  7. . What does "eautil /j /m" do with, say, .LONGNAME if a .LONGNAME does exist already?
  8.  
  9. . When copying to FAT, the FAT file name is made unique, but not the WPS file name. This results in some confusion when copying from HPFS to FAT and back several times. Example:
  10.  
  11.   FAT:           WPS:
  12.   A_very_1.xxx   A very long file name
  13.   A_very_2.xxx   A very long file name
  14.   A_very_3.xxx   A very long file name
  15.   A_very_4.xxx   A very long file name
  16.  
  17. . Make destination directory, if it doesn't exist
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. --
  25. $Id: todo,v 1.3 1999-01-31 11:21:20-05 rl Exp $