home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / Example_ARexx / Reformat.Readme < prev    next >
Text File  |  1988-04-28  |  1KB  |  29 lines

  1.               
  2.                              REFORMAT.REXX
  3.  
  4.      I don't know about anybody else, but I like to store my programs in
  5. PAK format, as developed by Mark Riley.  Unfortunately the vast majority
  6. of programs downloaded from BBS's are in ARC format, and this entails
  7. decompressing them, recompressing them into PAK format, and storing them
  8. away, then cleaning up the files left lying around.
  9.  
  10.      This program does it automatically by opening a ram: directory called
  11. formatdir, transferring the file there, decompressing, deleting the original
  12. compressed file, recompressing in the new format, transferring to the
  13. original location of the original file, and then deleting the ram:
  14. directory.
  15.  
  16.      The only interaction is for you to indicate what new format you wish.
  17.  
  18.      I had thought about substituting file formats by deleting the original
  19. file, but decided that people may want to keep the original for whatever
  20. reason.
  21.  
  22.      This is the first AREXX program that I've written, so criticisms will
  23. probably be forthcoming.  Feel free, I want to learn.
  24.  
  25.                                            Basil
  26.                                            PIN  71361,2622
  27.  
  28.  
  29.