HP3000-L Archives

August 2001, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Leonard S. Berkowitz" <[log in to unmask]>
Reply To:
[log in to unmask][log in to unmask], 16 Aug 2001 19:14:43 -0400641_- UDCs (User Defined Commands) have a default of only executing other UDCs
further down in the command list; for example:

A
echo now executing B
B
********
B
echo now executing A
A
********

Entering A at the colon prompt:

:a
this calls b
this calls a
A
Unknown command name. (CIERR 975)

Entering A at the colon prompt:

:b
this calls a
A
Unknown command name. (CIERR 975)

The creators of the UDC portion of MPE decided in their infinite wisdom,
for which we are forever thankful and in their debt, that you could
only "call forward" to prevent [...]45_16Aug200119:14:[log in to unmask]
Date:
Wed, 15 Aug 2001 09:38:34 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (85 lines)
Forrest,

Below is the HELP for LZW. I assume you have LZW on your system. Look in the
REGO account if you have Adager. Otherwise, get it as David Burney wrote.

On the HP3000, the command is:

RUN LZW.group.account;INFO="-f lzwfile -r -b"

The -f switch identifies the archive file, that's the file you want to unzip

The -r switch means "restore" You could supply a file or fileset parameter if
you know it and/or want to

The -b switch means "batch". The effect is to uncompress all of the files in the
archive file without prompting for each one separately. If is optional. If there
is only a single file, it is not needed at all. If you are not sure which file
you want to unzip and are sure you do not want to unzip them all, leave it out
and be prompted.

===================
Leonard S. Berkowitz
Perot Health Care Systems
(Harvard Pilgrim Health Care account)
voice: 617-509-1212
fax:   617-509-3737
pager: 781-226-2431

Command line (INFO string) arguments)
   -f [file]     Specify archive file name, default is "lzwfile"
   -verbose      Verbose mode, detailed progress messages
   -q[uiet]      Quiet mode, no progress messages
   -qq|-silent   Silent mode, no messages at all
   -old          Access older format archives
Store file(s) to archive (also -store, -append, -update)
   -s [fileset]  Store file(s) to archive, prompt if fileset not specified
   -a [fileset]  Append file(s) to archive, prompt if fileset not specified
   -u [fileset]  Update file(s) in archive, prompt if fileset not specified
                   Fileset is list of file names separated by spaces
                   or a wildcard pattern, which includes "@", "#" and "?".
                   ^file or !file specifies indirect file, wildcards allowed
   -m [n]        Set maximum compression code bits, 9-16, default 14
                   LZW286PC.EXE and LZWV can decompress max of 12 bits
   -trim|-x      Trim archive file limit to EOF, no subsequent appends
   -transport    Sets "-m 12" and "-trim" for use on small memory machines
Restore file(s) from archive (also -restore)
   -r [fileset]  Restore file(s) from archive, prompt if fileset not specified
                   Fileset is list of file names separated by spaces
                   or a wildcard pattern, which includes "@", "#" and "?".
                   ^file or !file specifies indirect file, no wildcards allowed
                   A file name followed by =newname is restored with new name
   -b[atch]      Batch restore all files in archive
   -c[reate]     Create group/account if necessary (:RESTORE;CREATE)
   -k[eep]       Don't restore if file exists (:RESTORE;KEEP)
   -l[ocal]      Restore into logon group (:RESTORE;LOCAL)
   -group [.]grp Restore changing all files' groups (:RESTORE;GROUP=)
   -acct [.]acct Restore changing all files' accounts (:RESTORE;ACCT=)
Search file(s) in archive (also -search)
   -t [string]   Search string(80 chars max), prompt if not specified
   -r [fileset]  Search file(s) in archive, prompt if fileset not specified
                   Fileset is list of file names separated by spaces
                   or a wildcard pattern, which includes "@", "#" and "?".
                   ^file or !file specifies indirect file, no wildcards allowed
   -b[atch]      Batch search all files in archive
Purge file(s) from archive (also -purge)
   -p [file [file]...]
                 Purge file(s) from archive, prompt if fileset not specified
                   Fileset is list of file names separated by spaces
                   ^file or !file specifies indirect file, no wildcards allowed
   -b[atch]      Batch purge all specified files from archive
Verify file(s) in archive
   -v[erify]     File equation format
   -V|-listf     LISTF,1 format
Convert archive to REC=256,8,F,BINARY;CODE=665 format
   -convert file Reformat '-f' archive into 'file'

For the Restore, Search and Purge options, specifying -restore, -search or
  -purge, respectively, along with an archive fileset will cause the -b or
  -batch option to be required for batch operations.  Specifying -r, -t or
  -p, respectively, will instead default to batch operation and not prompt
  for user action on each matched file.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2