home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / OPUS / OPIE_171.ZIP / OPIE.DOC next >
Encoding:
Text File  |  1991-07-28  |  5.2 KB  |  119 lines

  1.  
  2.                    oPIE  *  v1.71  *  Jul 29, 1991
  3.  
  4.                   Opus Parameter Inspector and Editor
  5.  
  6.            Copyright (C) 1989-91 by Tom Kashuba and Ulf Nilsson
  7.                       *  All Rights Reserved  *
  8.  
  9.  
  10.              o Background            o CAVEATS
  11.              o QuickStart            o Revision History
  12.  
  13.    ___________________________________________________________________
  14.    Background
  15.  
  16.    oPIE is a debugger and editor for tweaking the compiled version of
  17.    the Opus v1.7x PRM file.   As it plays a few tricks on that file,
  18.    it should be treated as an aid for advanced Sysop maintenance. With
  19.    it, you can interactively list and adjust the various fields in the
  20.    PRM file.
  21.  
  22.    Due to its interactive nature, as opposed to a batch oriented one
  23.    of NACL and CAYENNE, you have much more power to create a non-sensical
  24.    or inoperative PRM file if your try so use it carefully. If you try
  25.    to break the PRM file with it, you undoubtedly will.
  26.  
  27.    Opie can live with Nacl and Cayenne if you remember to decompile your
  28.    environment with Cayenne after you make any alterations with Opie
  29.    that you want to retain in your normal Nacl and Cayenne maintenance.
  30.  
  31.    A typical application would be to make quick or successive changes
  32.    to the PRM to test one or more field settings.  Upon finding some
  33.    value more suitable you might then decompile the environment using
  34.    Cayenne so that you have a Nacl control file that reflects those
  35.    changes in your next Nacl run.
  36.  
  37.    ___________________________________________________________________
  38.    Quick Start
  39.  
  40.    There is no setup or installation to do. Just run it with an optional
  41.    parameter file name as the only argument on the command line, without
  42.    any extension.  Drive and path are also allowed.
  43.  
  44.       Eg: "OPIE C:\OPUS\BBS"
  45.  
  46.    That would run OPIE and tell it to open OPUS.PRM file residing in the
  47.    directory "C:\OPUS" for inspection and optional editing.  If you do
  48.    not specify the parameter file name on the command line, you will be
  49.    prompted for it after it starts.
  50.  
  51.    If the given PRM file name cannot be found, or none is given, Opie
  52.    will ask you to enter one and it will try again, ad nauseum.
  53.  
  54.    Once started, it reads the parameter file into memory and presents a
  55.    command menu.  Use the HELP (?) option to get a brief usage summary.
  56.  
  57.    Basically, though, you list the applicable group of parameters you
  58.    wish to inspect, choose an item to edit by enteirng its field number,
  59.    change its value, and save the file using the WRITE command.  All
  60.    changes overwrite the given PRM file.  There is no automatic backup!
  61.  
  62.    Opie uses a few PC text graphic characters, eg, for its main menu.
  63.    If your machine cannot display PC 'extended text graphics' properly,
  64.    use the /A command line switch, eg, "OPIE Opus /A", to have Opie
  65.    convert any special graphics characters to their nearest ASCII
  66.    graphical equivalents.
  67.  
  68.    ___________________________________________________________________
  69.    CAVEATS
  70.  
  71.    o The WRITE command overwrites the given PRM file.  Hint: It's
  72.      always wise to make a backup of anything you play with.
  73.  
  74.    o The ALL command lists ALL internally indentified parameter file
  75.      fields in an order that is internal to Opie and which does not
  76.      necessarily match anything else.  It is there as a "catch all"
  77.      to list or find a field that you can't find via the item groups.
  78.  
  79.    o Many items are not completely checked for sanity.  You can enter
  80.      ridiculous error levels, for example.  Other fields are subject
  81.      to the same lack of stringent value checking.
  82.  
  83.    o Think of it like DOS's DEBUG or NORTON's NU progam. It allows you
  84.      to do much more than you may have wanted, or intended, to do!
  85.  
  86.    o As always, verify the results before commiting your system to it.
  87.  
  88.  
  89.    ___________________________________________________________________
  90.    Revision History
  91.  
  92.    v1.71 910729 - Add all new item for v1.71 ex. (Allow hi-bit
  93.                   on logon)
  94.  
  95.    v1.70 910429 - Ulf Nilsson ( 2:20/10 ) take over oPIE
  96.                 - Added all new for Opus 1.70 i think :-)
  97.  
  98.    v1.13 900630 - Preened code to compile under Microsoft C 6.0
  99.                 - Added /A switch to convert any PC graphics to ASCII.
  100.                   into their nearest ASCII equivalent
  101.                 - Put back DnLd/UpLd ratio   (New in Opus.Exe v1.13)
  102.                 - Added ReLog Method field   (New in Opus.Exe v1.13)
  103.                 - Added ReLog DOS Exit Level (New in Opus.Exe v1.13)
  104.                 - Reduced ReturnSecurity field to LoNib of same byte
  105.                   ... to allow ReLog Method in its HiNib.
  106.  
  107.    v1.12 900408 Added missing PREREGISTERED for NEW CALLER PRIV.
  108.  
  109.    v1.11 900406 1) Remains in Class Edit for multiple Class editting.
  110.                 2) Fixed display mite that left orphan digit at main menu.
  111.                 3) Now allows period (.) in path name, eg, "C:\CDROM.1"
  112.                 4) Removed CLASS ref's to "Up/Dn Ratio" (was never used)
  113.  
  114.    v1.10 900311 First Opus 1.10 Kit Level Release
  115.  
  116.    ___________________________________________________________________
  117.    Ulf Nilsson FidoNet 2:20/10
  118.  
  119.