home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / utilpc / c64dearc / ax.doc < prev    next >
Text File  |  1989-10-10  |  3KB  |  66 lines

  1.  
  2. Program:        AX
  3.  
  4. Purpose:        Dissolve archives or SDA's as created by the Commodore 64 or
  5.                 Commodore 128
  6.  
  7. Usage:          AX filename
  8.  
  9. Description:    If no extension is given, AX tries .SDA, .ARK or .ARC in that
  10.                 order.
  11.  
  12.                 AX simply dissolves the entire archive/SDA.
  13.  
  14.                     Because Commodore 64/128 filenames are allowed to
  15.                 contain awkward characters like / and \ and so on, I've evaded
  16.                 the filename problem by renaming the files as they are taken
  17.                 out of the archive and providing a batch file to rename them.
  18.                 This gives the user a chance to edit the batch file with a
  19.                 text editor if there are filename conflicts. It also allows you
  20.                 to ARC or ZOO or ZIP or SIT or PIT or whatever the results
  21.                 without too much hassle.
  22.  
  23.                 Here's what you'll see on your directory after you've dissolved
  24.                 the file...
  25.  
  26.                 FILE.001            These are the files in the archive
  27.                 FILE.002
  28.  
  29.                  ...
  30.  
  31.                 File.xxx
  32.  
  33.                 re-name.bat         A batch file for MS-DOS or AmigaDOS to
  34.                                     rename the files to what they're supposed
  35.                                     to be called. It may be nessessary to
  36.                                     edit this file before actually executing
  37.                                     it.
  38.  
  39.                 re-name.bas         A Commodore BASIC program to rename the
  40.                                     files to what they're supposed to be called
  41.                                     This will run on the 64 or the 128.
  42.  
  43.                 contents            A text file summarizing what was in the
  44.                                     archive and whether or not the checksum was
  45.                                     ok when it was dissolved. If you're using
  46.                                     AX to convert over to ZIP or ZOO or some
  47.                                     other format you like better, don't discard
  48.                                     this file since it provides file type info.
  49.                                     A Commodore user may need to know this
  50.                                     when he goes to use the files.
  51.  
  52.  
  53.  
  54. Copyright:      There is none. AX is hereby placed in the public domain.
  55.  
  56. Warranties:     Ditto
  57.  
  58. Source Code:    Should compile with any ANSI C compiler. I tried several and
  59.                 they all worked fine.
  60.  
  61. If you have further questions:  Read the source code.
  62.  
  63.  
  64.                                                         06/89 - Chris Smeets
  65.  
  66.