home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rcx10.zip / RCX.DOC < prev    next >
Text File  |  1993-01-29  |  5KB  |  90 lines

  1. RCX ReCursive .arc/.zipfile eXtractor by Jim Groeneveld, vs. 1.0, 29/1-93.
  2. ------------------------------------------------------------------------------
  3.  
  4. ===DESCRIPTION===
  5.  
  6. Extracts one or more archives (.ARC/.ZIPfiles) into subdirectories named by
  7. the file_name part of the archive (or 'filename.DIR' if the archive has no
  8. extension itself) relative to the destination directory.
  9. ZIPfiles are extracted including their eventually stored directory structure.
  10. Nested archives (.ARC/.ZIPfiles) are recursively extracted into subdirectories
  11. named by the embedded .ARC/.ZIPfiles relative to the parent ARC/ZIPfile.
  12.  
  13. ===PACKAGE===
  14.  
  15. RCX      BAT    10868   1-29-93   1:00a  Recursive extraction of archives
  16. RCX      B2C    13293   1-29-93   1:00a  Prepared version for BAT2EXEC compiler
  17. RCX      C0M    13560   1-29-93   1:00a  Compiled version of RCX.B2C
  18. RCX      EXE *   6027   1-29-93   1:00a  LZEXE compressed version of RCX.COM
  19. RCX      DOC     4612   1-29-93   1:00a  This documentation file
  20. RCX      HST     2387   1-29-93   1:00a  History of RCX
  21. BAT2EXEC BUG     7006   1-29-93  10:01a  Bugs and other differences w/ BAT2EXEC
  22. COMPILE  DOS    10283  12-21-92   9:28a  Preparing a .BAT file for compiling
  23.  
  24. * = absolutely necessary
  25.  
  26. (*.COM files have been renamed to *.C0M in order to let DOS find and run
  27. the corresponding .EXE files.)
  28.  
  29. Furthermore the PD program GETFNX (by me too) and DOS's FIND are very necessary
  30. (available from the same source(s) as RCX or included here as a .ZIP file).
  31. Finally the programs PKUNPAK (vs. 3.61) and PKUNZIP (vs. 1.10) by Phil Katz are
  32. most important as without these nothing relevant will happen.
  33.  
  34. ===INSTALLATION===
  35.  
  36. Put RCX.EXE/COM/BAT in your UTIL directory, to be found via your DOS PATH.
  37. (For the installation and use of GETFNX: see its documentation.)
  38.  
  39. ===USAGE===
  40.  
  41. Syntax: RCX «target_path» «source_path_file» [«source_path_file» [..]] [.d]
  42. in which
  43. «target_path»      = [d:]path of destination (drive/)directory, or relative
  44.                                 to current ('.') one, excl. trailing '\'!
  45. «source_path_file» = [d:][path\]filename of ARC/ZIPfile(s) to extract (up to 7)
  46.                                 (wildcards allowed; extensions redundant)
  47.                                 Avoid files with the same file name part and
  48.                                 different archive ext's (.ARC and .ZIP).
  49. .d                 = parameter indicating deletion of original archive
  50.                                 (.ARC/.ZIP) after extraction.
  51.                      Embedded ARC/ZIPfiles always are automatically deleted.
  52.  
  53. Help is being given by only entering: RCX, eventually followed by ?, /?, -?,
  54. /h or /H.
  55.  
  56. ===REMARKS===
  57.  
  58. Attention! Because of a bug in the batch compiler BAT2EXEC it may be possible
  59. that RCX locks up and tries to send output to the printer port(!).
  60. In that case do not use the compiled programs (.EXE, .COM), but only the batch
  61. (.BAT) files, by removing the .EXE and .COM files (see further BAT2EXEC.BUG).
  62.  
  63. WARNING:
  64. Avoid the use of path and file names having %-characters in them. These are
  65. being written literally into auxiliary files and the %-characters including
  66. their successive characters may be interpreted as batch file or environment
  67. variables. The results will be unpredictable, but certainly erroneous.
  68.  
  69. ===SYSTEM REQUIREMENTS===
  70. - IBM-PC (88/86/x86) or compatible
  71. - (MS)DOS 2.x or above
  72. With DOS 2.x change .BAT file lines 'ECHO.' into 'ECHO @', in which
  73. '@' means the ascii-255 character, thus 'echo  ', or it prints "ECHO is off".
  74. Furthermore, with DOS«3.3 one might change '@echo off' into 'echo off'.
  75. The DOS 3.3&up CALL command may be changed into 'COMMAND/C' with DOS«3.3 or
  76. one might apply an external CALL command for the lower DOS versions (by me too).
  77.  
  78. - At least sufficient memory to load successive copies of COMMAND.COM (batch)
  79.   or nested copies of RCX and GETFNX (compiled) and FIND, PKUNPAK and PKUNZIP
  80.   and other additional temporary scratch batch files. It seems that using the
  81.   .BAT files 128kb would be sufficient, while using the .COM or .EXE files
  82.   256kb is needed. 
  83.  
  84. Centrum voor Medische Informatica TNO       <Email>              |  |  |\/|
  85. TNO Center for Medical Informatics | GROENEVELD@CMI.TNO.NL  |  \_/  |  |  |
  86. ( CMI-TNO )    | Y. Groeneveld     | GROENEVELD@CMIHP1.UUCP | Jim Groeneveld
  87. P.O.Box 124    | Wassenaarseweg 56 | GROENEVELD@TNO.NL      | Schoolweg 14
  88. 2300 AC Leiden | 2333 AL Leiden    | ...@HDETNO51.BITNET    | 8071 BC Nunspeet
  89. Nederland.     | (+31|0)71-181810  | Fax (+31|0)71-176382   | 03412-60413
  90.