home *** CD-ROM | disk | FTP | other *** search
/ Brotikasten / BROTCD01.iso / amiga / unp00.txt < prev    next >
Text File  |  1995-08-16  |  955b  |  27 lines

  1.  
  2. UnP00 v1.0 ⌐ 1994 David Kinder
  3. ==============================
  4.  
  5. UnP00 is a small utility to convert files used by the 'C64Neu' C64 emulator
  6. for the IBM PC into a format suitable for A64. UnP00 requires AmigaDOS 2 or
  7. higher. C64Neu data filenames end in .Pnn, where nn is a number, typically
  8. .P00, allowing the emulator to handle C64 style filenames on MS-DOS, which
  9. only supports 8+3 filenames.
  10.  
  11. The syntax of UnP00 is
  12.  
  13.     UnP00 <c64neu file>
  14.  
  15. e.g.    UnP00 FOO.P00
  16. or    UnP00 *.P00
  17.  
  18. since UnP00 also accepts AmigaDOS wildcards. Stored in each .P00 file is a
  19. single C64 file, along with its true C64 filename. UnP00 writes out the file
  20. as it would be on a real C64, so that the file can be used in A64. If the
  21. file already exists, you are prompted as to whether UnP00 should overwrite
  22. the file (y), leave it (n), or overwrite this file and any other ones it
  23. encounters (a).
  24.  
  25. Comments, queries, etc. to kinder@teaching.physics.ox.ac.uk
  26.  
  27.