home *** CD-ROM | disk | FTP | other *** search
/ Significant Series Windows / PCSIG-SignificantSeriesWindows-Win31.iso / hr / clwuna.txt < prev    next >
Text File  |  1993-01-18  |  3KB  |  77 lines

  1. Command Line Windows UnArchive
  2. Copyright ⌐ 1993 James N. Hughes
  3.  
  4. A zip file _must_ be specified on the command-line, with its
  5. full pathname included.  Multiple archives may be specified.
  6.  
  7. All switches are case insensitive.  The switches can come before or
  8. after the archive name.
  9.  
  10. ************   -Rprog.ext   ************
  11.  
  12. This switch will cause WUNA to run the specified program after
  13. unarchiving the _first_ zip file.  The program may be a .bat,  .pif, .exe 
  14. (dos or windows), or .com file.  The program name may include a full path.  
  15. If the path is not included, WUNA will look in the Extract path (as set by 
  16. the user or the -P switch) for the program.
  17.  
  18.  
  19. ************   -Pdestpath   ************ 
  20.  
  21. Sets the extraction path to destpath.  If this switch is not present,
  22. the user is presented with a dialog box prompting him for the path.  If
  23. the user hits the Cancel button in the dialog, the program exits.
  24.  
  25.  
  26. ************  -O ***************
  27.  
  28. Turns _on_ overwriting of existing files.  Use with care!  If this switch
  29. is absent, the user is queried whenever a file being extracted already
  30. exists.
  31.  
  32.  
  33. ************  -D  ***************
  34.  
  35. Turns on creation of directories in archive.
  36.  
  37.  
  38. ************   -M#   ************ 
  39.  
  40. Turns cooperative multitasking off or on and sets the multitasking factor
  41. to #.  Unlike previous versions, WUNA can now unarchive without taking over
  42. your cpu completely.  Cooperative multitasking does slow unarchiving, so you may
  43. wish to disable in some instances.  If # is zero, cooperative multitasking is 
  44. turned off.  Any other value will turn on cooperative multitasking and will set 
  45. the mt to #.  The higher mt is, the more WUNA grabs your cpu.  In other words, a 
  46. very high value for mt is almost like having cooperative multitasking turned off.  
  47. A very low value of mt would mean that your unarchiving would take a long time, 
  48. but would not slow down other programs you have running.  The mt must be between 
  49. 1 and 999.  By default, c.m. is turned on, and mt is set to 50.  Not that if c.m. is
  50. turned off, the Abort button in the unzipping box is not available.
  51.  
  52. ************   -Sfilespec.ext   ************ 
  53.  
  54. Selects the specified file(s) for unarchiving.  May contain old-style
  55. wildcards only; which is to say that asterisks must be immediately before the
  56. period or at the end of the extension only.  For example, "fl*sp.ext" is
  57. not allowed.  This would be interpreted as "fl*.ext".  Question marks
  58. are allowed anywhere in the filespec.  To exit after unarchiving or listing, 
  59. the -e switch must still be used.  Thus, the equivalent of:
  60.  
  61. PKUNZIP ARCHIVE.ZIP D:\OUTPATH\ *.DOC 
  62.  
  63. would be:
  64.  
  65. WUNA.EXE ARCHIVE.ZIP -S*.DOC -PD:\OUTPATH\
  66.  
  67. (The order of the parameters is irrelevant.)
  68.  
  69.  
  70. ************   -S@filelst.ext   ************ 
  71.  
  72. Same as above, except that all filespecs contained in the file specified
  73. would be selected.  The filespecs can be seperated by spaces or returns.
  74.  
  75. If neither selection switch is present, WUNA extracts all files in the archive.
  76.  
  77.