UNZIP - NetWare 6.5 Version

9/02/2017 - David Woodsmall

Installing Our Zipped Storage Manager Updates on a NetWare Host

when un-zipped from the SYS:/ folder, our updates unzip to: SYS:\Products\product-name\ where the folder product-name is created by the UNZIP 1) Copy the zipped file to the SYS:\ folder (This is may be done from a mapped drive on a Windows host). 2) UNZIP -o name-of-update-zipped-file Note: I use the "-o" option to overwrite any existing files, else you may have to interact with promptsif files already exist. Example: unzip -o sys:\smclient-neww-09.10.G5.05.zip (NetWare ignores case) 3) Run: SYS:\INSTALL to pop up the GUI installer. 4) Select Add to install software (browse to the desired folder, which would be under SYS:\Products) - SHOULD BE AUTOMATIC 5) Follow any instructions given. 6) After the installation, follow instructions and: A) Novell --> CLOSE GUI B) startx (restarts the GUI) C) the Storage Manager Icon will now be evident (assuming tha Java 1.4.2, or later, is used).

UnZip 5.40 of 28 November 1988, by Info-ZIP

Usage:

unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] Default action is to extract files in list, except those in xlist, to exdir; file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage) -p extract files to pipe, no messages -l list files (short format) -f freshen existing files, create none -t test compressed archive data -u update files, create if necessary -z display archive comment -x exclude files that follow (in xlist) -d extract files into exdir modifiers: -q quiet mode (-qq => quieter) -n never overwrite existing files -a auto-convert any text files -o overwrite file WITHOUT prompting -aa treat ALL files as text -j junk paths (do not make directories) -v be verbose/print version info -C match filenames case-insensitivity -L make (some) names lowercase -M pipe through "more" pager -V retain VMS version numbers Examples (see the "unfindable" unzip.doc for more info): unzip -o SMagent => extract and overwrite existing files unzip data1 -x joe => extract all files except joe from zipfile data1.zip unzip -p foo | more => send contents of foo.zip via pipe into program more unzip -fo foo ReadMe => quitely replace existing ReadMe if achived file newer
  • NetWare
  • My MAIN Web Page