home *** CD-ROM | disk | FTP | other *** search
-
-
- ARC-Manager Version 3.61 (Production) - AM_READ.ME
- ==================================================
-
- PLEASE NOTE: This version of ARC-Manager expects (for the 1st
- time) that BOTH PK files will have the extension .EXE (per v3.6
- of PK Ware). **
-
- * As of version 3.6, it may be necessary to substitute (rename)
- "JR" versions of PK in order to work with-in the memory
- requirements of your system.
-
- ARC-Manager is donated to the public domain without restriction.
- You may give, sell, benefit from this program as much as
- possible.
-
- No special requirements are made by ARC-Manager, save a certain
- pre-requisite hardware compatibility to the IBM standard
- imposed by direct screen writes.
-
- The only other requirement is that the environment variable
- "COMSPEC" be SET prior to loading ARC-Manager, as this
- program locates and loads COMMAND.COM based on that
- specification.
-
- ARC-Manager employs (and was inspired by) other excellent
- public domain (shareware) utilities. These include:
-
- Phil Katz's PKPAK and PKUNPAK, Vern Buerg's ARCF and S.H.
- Smith's ARCTV and Paul Nance's ARCTOOLs. These authors
- have all made significant contributions well beyond that of
- this modest front-end program.
-
- Unlike most menu/shell programs, ARC-Manager is not designed
- simply to provide a menu structure for inexperienced users.
-
- ARC-Manager facilitates the use of the the programs by
- allowing most all functions to be performed with just a few
- keypresses.
-
- To use ARC-Manager, all the associated programs should be
- placed in a common directory. It is recommended that an
- environment variable called "COMPATH" be SET using DOS's
- SET command (SET COMPATH=X:\XXXXX) to point to this directory.
- (This can most easily be accomplished by placing the command
- in your AUTOEXEC.BAT)
-
- Also, you may optionally SET a standard working directory path
- for your ARC files using the environment variable "ARCPATH".
- This procedure is not required as you can specify (or over-ride)
- a directory path by including the path when specifying the name
- of the ARC file you are using.
-
- NOTE: If the ARC file you wish to specify is in the default
- directory AND not in the "ARCPATH" established, you need
- to inform ARC-Manager by specifying a path or drive
- designation so that the "ARCPATH" setting will be ignored.
- (If no "ARCPATH" is established, this step is unnecessary.)
-
- Menu selection is accomplished either by pressing the first
- letter of each selection, or by scrolling up and down with the arrow
- keys, and pressing enter when the desired option is highlighted.
-
- Command line syntax for ARC-Manager is simply:
-
- AM [path\arcfile[.ARC]] [text_color] [hilite_color] [background_color]
-
- Where text, hilite & background_color (integers) are optional
- (ARC-Manager knows whether you are using a color or monochrome
- configuration, and sets it's defaults accordingly), and
- arc_file_name is also optional (although if not entered on
- the command line, or when requested, it must (obviously) be
- made known to ARC-Manager prior to performing any operations).
- This may be accomplished by selecting "N"ame from the start-up
- menu.
-
- Archive file names entered as a command line parameter may
- not consist entirely of numbers.
-
- If you run a color system, ARC-Manager defaults to CYAN and WHITE
- on BLACK (or whatever background setting is found in your palette).
- You may however change the colors as described above using the
- following color parameters:
-
- 0=Black
- 1=Blue
- 2=Green
- 3=Cyan
- 4=Red
- 5=Magenta
- 6=Brown
- 7=White
- 8=Yellow (text & hilite colors ONLY)
-
- If you decide you prefer colors other than the the default
- colors, it would be best to create a .BAT file specifying your
- choice of colors. In this way ARC-Manager will display the
- colors you selected each time it is run.
-
- The .BAT file can be created from the DOS prompt by typing
- lines similar to those that follow (substitute your own
- paths and color settings):
-
- C>COPY CON: A.BAT <ENTER>
- SET COMPATH=C:\ANYPATH <ENTER>
- SET ARCPATH=C:\ANYPATH <ENTER>
- %COMPATH%\AM %1 3 7 0 <ENTER>
- <F6><ENTER>
-
- ARC-Manager will trap errors in color parameters and default
- to monochrome values should it detect identical foreground
- and background color settings or invalid parameters.
-
- ARC-Manager monitors all other programs executed, trapping
- any errors which they may encounter and returning to the
- start screen on un-recoverable errors.
-
- Invariably, the authors of the programs ARC-Manager employs
- will update their programs, often including version numbers in
- the new filenames. ARC-Manager should have little trouble using
- such new versions as long as the authors do not alter existing
- command syntax. Simply rename the new versions to the default
- names itemized on ARC-Manager's start-up screen.
-
- If you use ARC-Manager, and feel the authors of the programs
- ARC-Manager employs have made a contribution to your life
- at the keyboard, PLEASE consider making a contribution to
- those respective authors!
-
- REVISION HISTORY:
- -----------------
-
- v1.0 - Not released to public.
-
- v1.1A - First public release.
-
- v1.2A - Fixed bug that would not allow drive only (d: as
- opposed to d:\) specification to over-ride ARCPATH
- setting.
-
- Fixed bug that improperly re-positioned menu screen
- after performing any function that scrolled beyond a
- single screen.
-
- v1.3A - Added work file name to screen and made other minor
- screen revisions.
-
- Removed code for a delay after "SPECIFY FILE" message
- and wait for keypress instead.
-
- Made minor revisions to error messages.
-
- Added ability to list file(s) to printer.
-
- v2.00 - Added procedure to check for text file before allowing
- Find or Print.
-
- Added procedure to abort FIND of no text string entered.
-
- Eliminated use of XONE as in previous versions.
- Substituted ARCTV's ability to RE-ARC in single new archive.
-
- Added procedure to test integrity of archives/files.
-
- Revised help screen accordingly.
-
- v2.10 - Fixed oversight which disallowed a space_character to
- be input while entering parameters during EXTRACT
- procedure. This effectively limited EXTRACTions to
- be placed in the default directory.
-
- Added forth parameter for background color.
-
- Fixed "Command:" and "FREE SPACE" (now BYTES FREE) to use
- user designated colors along with rest of menu.
-
- v2.20 - Edited help screen and window texts.
-
- Fixed so CR for 'N'ew name means no change instead of 'NONE'.
-
- Further optimized code for speed.
-
- Added /W (ignore whitespace) to ARCF parameters. (also
- ignores case)
-
- Refined algorithm employed to set/check user designated
- colors.
-
- v2.30 - Improved direct screen writes to reduce snow on CGA's.
-
- Revised file specification handling to require a single
- asterisk to mask all files. This allows a carriage return
- to abort the request.
-
- v2.40 - Added disk file directory option. (displays 150 files
- maximum to screen)
-
- Edited menu & help screens to reflect change above.
-
- v2.41 - Fixed bug that confused monochrome monitor screen locates
- when displaying filenames with VIEW option.
-
- Fixed inconsistency that required *.* to be entered in lieu
- of a '*' when specifying a drive designation for files to
- be ADDed to an archive. (i.e. 'A:*' will now ADD all files
- on drive A: to the named archive.)
-
- v2.50 - Fixed bugs associated with DOS 3.3 screen IO.
-
- Changed key-grab to no longer misread function and
- directional keys as valid.
-
- v2.51 - Fixed bug that confused ARCPATH on start-up,
- and caused errors if command line parameters confused.
-
- Added display path to screen.
-
- ARC-Manager now uses default directory if no file is
- specified on start-up.
-
- v3.60 - Changed PK file extensions used to .EXE as per v3.6 of
- PK/PKUNPAK.
-
- Version now agrees w/latest PKPAK version number.
-
- -I parameter now used to ADD/UPDATE only changed files.
-
- M & C parameters added to verbose listing using PK instead
- of PKX. (Display More & Comment)
-
- v3.6A - Added <C>omment menu selection for both files and archives.
-
- Updated help screen accordingly.
-
- Altered user interface to employ highlighted scroll bar
- for menu. This to allow more room on startup screen.
-
- v3.61 - Changed PK/PKXARC filenames to PK/PKUNPAK.
-
- Padded highlighted option bar to uniform length for
- eye appeal in monochrome mode.
-
- Changed Add/Update from 'I' to 'A' parameter as per
- pre v3.60 due to inconsistent error message "No file(s) found"
- when file upgrade requested has not been revised, and
- addition of 'X' parameter under this selection.
-
- Fixed error where cursor was left off during shell.
-
- Revised start screen to include menu selection key
- instruction bar.
-