home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / tjdutils / zshell.doc < prev    next >
Text File  |  1990-05-20  |  4KB  |  84 lines

  1. OS/2 ZSHELL version 1.1 Copyright (C) TJD Software 1990 all rights reserved.
  2.  
  3.   This is the documentation for TJD Software's ZSHELL program for
  4. OS/2. This material is part of the FLIST package and you should read
  5. the terms and conditions stated in the package. If you have received
  6. ZSHELL without the accompanying FLIST package then you are in breach
  7. of the terms and conditions for the use of this material.
  8.  
  9.   What it does.
  10.   ZSHELL is a 'front end' for use in conjunction with PKWARE's PKZIP2
  11. and PKUNZIP2 products and TJD Software's FB (file browse) program. It
  12. allows you to manipulate entries in a ZIP file by making choices from
  13. a list of the contents of the archive.
  14.  
  15.   What it requires.
  16.   ZSHELL requires the presence of PKWARE's PKUNZIP2.EXE and
  17. PKZIP2.EXE programs. The PKZIP package is marketed as SHAREWARE and
  18. is available from most good Bulletin Board Systems and from PKWARE
  19. directly. ZSHELL also requires TJD Software's FB.EXE program which is
  20. part of the FLIST package that ZSHELL itself is part of. ZSHELL
  21. requires OS/2 1.0 (or higher). It will NOT run under DOS or in the
  22. OS/2 compatibility box. Note that ZSHELL will NOT work with the bound
  23. (family API) versions of the PKZIP and PKUNZIP programs.
  24.  
  25.   How to use it.
  26.   The best way to use ZSHELL is to 'drive' it from a user defined
  27. keystroke sequence using the FLIST program. If you wish to run it
  28. from the command line the usage is:
  29.  
  30.     ZSHELL filename[.ZIP]
  31.  
  32.   If you are running ZSHELL from FLIST you could set up so that FLIST
  33. runs ZSHELL when a ZIP is 'executed' as follows:
  34.  
  35.     SET $FZIP=%comspec% /c ZSHELL $FN.$FE
  36.  
  37.   Or you can select a user-definable key (such as '9') as follows:
  38.  
  39.     SET $FUSR9$=%comspec% /c ZSHELL $FN.$FE
  40.  
  41.   Once ZSHELL is running you can use the F1 key to show a list of the
  42. available commands. If you use the browse function ZSHELL will create
  43. a temporary subdirectory called $FSZTEMP$.TJD. If this directory
  44. cannot be created or removed ZSHELL will terminate abnormally.
  45.  
  46.   All programs used by ZSHELL must be in the current directory or
  47. a directory that has been included in your PATH statement.
  48.  
  49.   The screen.
  50.   When ZSHELL is started with the name of a valid archive it displays
  51. a list of the archive entries and allows you to scroll through the
  52. list at will. ZSHELL will work in 25, 30, 43, 50 and 60 line mode
  53. provided that your OS/2 and video adapter support such modes.
  54.   You may change modes at any time simply by pressing Alt and the
  55. first digit of the number of lines required (i.e. Alt-6 to switch to
  56. 60 line mode).
  57.  
  58.   You may scroll through the list by using the Up and Down arrow
  59. keys, PgUp and PgDn, Home and End.
  60.  
  61.   Commands.
  62.   ZSHELL allows you to enter single keystroke commands that greatly
  63. simplify the handling of archives. Some commands take IMMEDIATE
  64. effect when you enter them whilst others won't be obeyed until you
  65. press the ENTER key.
  66.  
  67.   Currently supported commands are 'S' (browse entry), 'X' (extract
  68. entry), 'D' (delete entry), ^T (set extraction target), F6 (shell to
  69. the OS/2 command processor), ^X (extract ALL files from the archive).
  70. ^I (test zipfile integrity) and ESC (quit). You can get help by
  71. pressing the F1 key when the member list is visible.
  72.  
  73.   You can decide whether PKUNZIP will make subdirectories as it
  74. extracts files from an archive by using the ^M command. You can
  75. decide what action PKUNZIP will take when it encounters a file that
  76. already exists by using the ^R command.
  77.  
  78.   The editing keys that may be used when you are being prompted for
  79. the output (target) directory are the same as for the main FLIST
  80. program.
  81.  
  82. Please refer to the FLIST documentation for details of how to contact
  83. TJD Software for support and enhancements.
  84.