home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / cnvrt100.lzh / CNVRT.DOC next >
Text File  |  1990-05-18  |  4KB  |  109 lines

  1.             CNVRT - An Archive File Conversion Utility
  2.                 Copyright (c) 1990 by Pat Anderson
  3.           Member, Association of Shareware Professionals
  4.  
  5.  
  6. PURPOSE:
  7.  
  8. CNVRT exists to automate the process of converting archived files 
  9. from one archiving method to another.  Supported methods are ARC, 
  10. ZIP, PAK, LZH and ZOO.  In the command line mode, it allows you to 
  11. convert a single file or all files in a directory from one method 
  12. to another.  In the pick list mode, it allows you to select files 
  13. to be converted from a list by marking them.
  14.  
  15.  
  16. WARNING!!
  17.  
  18. MAKE BACKUPS OF ARCHIVED FILES TO BE CONVERTED BEFORE USING 
  19. CNVRT!!  You use CNVRT at your own risk, and although every effort 
  20. has been made to make CNVRT safe, if you lose a file in the 
  21. conversion process because you failed to make a backup, it will be 
  22. solely your loss!!
  23.  
  24.  
  25. WHAT IT DOES
  26.  
  27. CNVRT merely manages the process - it does not actually perform 
  28. any unarchiving or rearchiving of files.  It follows the same 
  29. process you would most likely use to accomplish the same result 
  30. manually.  If, for example, you want to convert an ARC file to an 
  31. LZH file, CNVRT creates a temporary directory, invokes PKXARC.EXE 
  32. to unarchive the file to the temporary directory, invokes 
  33. LHARC.EXE to rearchive the files, copies the new LZH file back to 
  34. the original directory and finally erases the original ARC file 
  35. and removes the temporary directory.  It does NOT erase the 
  36. original ARC file, however, until it has confirmed that the new 
  37. LZH file has been created and copied to the original directory, so 
  38. if anything goes wrong (insufficient disk space, for example), no 
  39. harm is done.
  40.  
  41.  
  42. USAGE
  43.  
  44. No installation or configuration is necessary, except to be sure 
  45. that CNVRT and the archive management programs are in a 
  46. subdirectory lsted in your PATH statement in your AUTOEXEC.BAT 
  47. file.  The general form of the command line is:
  48.  
  49.      CNVRT [Source filename] [TO] [Target method]
  50.  
  51. All command line arguments in brackets are OPTIONAL.  If you start 
  52. CNVRT with no command line arguments, it will default to the pick 
  53. list mode.  The following are valid command lines:
  54.  
  55.      C:>CNVRT                     Invoke CNVRT in pick list mode
  56.  
  57.      C:>CNVRT DM.ARC TO LZH       Convert file DM.ARC to DM.LZH
  58.  
  59.      C:>CNVRT FF.ARC PAK          Convert FF.ARC to PAK
  60.  
  61.      C:>CNVRT *.ZIP TO ZOO        Convert all ZIP files to ZOO 
  62.  
  63.      C:>CNVRT *.PAK LZH           Convert all PAK files to LZH
  64.  
  65.  
  66. PICK LIST MODE
  67.  
  68. In pick list mode, you simply use the arrow keys to move a light 
  69. bar through a list of choices, and press the Spacebar to select 
  70. your choice.  You must first select the source and target methods, 
  71. and you then select the files you wish to convert from a list of 
  72. files with extensions matching the selected source method. 
  73.  
  74.  
  75. OTHER REQUIREMENTS
  76.  
  77. Since CNVRT merely invokes the archiving programs, you will need 
  78. the following additional programs:
  79.  
  80.      PKARC.EXE                    ARC archiver
  81.      PKXARC.EXE                   ARC unarchiver
  82.      PKZIP.EXE                    ZIP archiver
  83.      PKUNZIP.EXE                  ZIP unarchiver
  84.      PAK.EXE                      PAK archiver/unarchiver
  85.      LHARC.EXE                    LZH archiver/unarchiver                    
  86.      ZOO.EXE                      ZOO archiver/unarchiver
  87.  
  88. The PK programs are from Phil Katz, PKWare.  PAK is from Nogate 
  89. Consulting.  LHARC is from Yoshi.  ZOO is from Rahul Dhesi.  All are
  90. widely available from BBSes and other P.D./Shareware distribution 
  91. sources.
  92.  
  93.  
  94. REGISTRATION
  95.  
  96. Registration of CNVRT is $10.  Benefits include next upgrade, if 
  97. any, free and notification of all future upgrades, and support 
  98. (very little should be necessary!) through the author's BBS.  
  99.  
  100. Send registration to:
  101.  
  102.                           Pat Anderson
  103.                           5420 - 324th Pl. S.E.
  104.                           Fall City, WA 98024
  105.                           BBS (206) 222-6224
  106.  
  107. Comments and suggestions are most welcome.
  108.                                         
  109.