home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / despace.lha / DeSpace.doc < prev   
Text File  |  1995-02-26  |  693b  |  18 lines

  1.  
  2. When I used "UnD64" to convert .D64 files used by C64S (a C64 emulator for
  3. MS-DOS) back into separate files, the filenames were always screwed.  UnD64
  4. expanded the filenames into 16chars, adding spaces in the end.  So
  5. multipart games no longer found their data files.
  6.  
  7. This program renames all files in some directory like this:
  8. "ad1             " --> "ad1"
  9.  
  10. Just run the program to see the usage.
  11.  
  12. Programmed using ACE Basic. Wonderful language for small nice utils.
  13.  
  14. This program needs "list" and "resident"-commands somewhere in command
  15. path, and "rename"-command in "c:". The program is basically just a big,
  16. slow, glorified script :-) but I don't know AREXX so this was the easiest
  17. way.
  18.