home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / W.LBR / WHEEL.HZP / WHEEL.HLP
Text File  |  2000-06-30  |  2KB  |  65 lines

  1. ;
  2.                                   WHEEL.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. WHEEL.COM      2k (13)   1432  3.2        Bruce Morgen 5/89        Z3COM11
  6. WHEEL.CIM      2k (13)   A30B  3.2        Bruce Morgen 5/89        Z3COM11
  7. WHEEL.4OM      3k (17)   9EAC  3.2        Bruce Morgen 5/89        Z3COM11
  8.  
  9.   1- Syntax/Options  2- Notes  3- Error Messages  4- Examples of Use          
  10.  
  11.    WHEEL permits  changing  the system from  secure to unsecure.   If  secure, 
  12. passwords  are needed  to access established directories and certain utilities
  13. may not be used:  ALIAS, MKDIR, PUBLIC, etc.  The preset password is SYSTEM.
  14.  
  15.    Vs 1.0 (3/84) by R. Conn.
  16. :1
  17.  
  18.  
  19.    Syntax:  WHEEL //                <-- Print Help
  20.  
  21.             WHEEL            <-- Print Wheel Status
  22.  
  23.             WHEEL password SET            <-- Set Wheel Byte
  24.  
  25.             WHEEL password        <-- Set Wheel Byte
  26.  
  27.             WHEEL password RESET    <-- Reset (Clear) Wheel Byte
  28.  
  29.             WHEEL /S or WHEEL /R    <-- Set or Reset Wheel Byte
  30.  
  31.             (Type Password Later Sans Echo)
  32. :2
  33.  
  34. WHEEL Notes:
  35.  
  36.    a. The Wheel password is  hard-coded  into the WHEEL.COM file.   It  may be
  37.       changed by DDT or reassembly.
  38.  
  39.    b. WHEEL has an RCP counterpart,  WHL,  which may also be in effect.  WHEEL
  40.       and WHL can respond to different passwords.
  41.  
  42.    c. Vs 3.2 adds Wheel Byte reset without password and optional password case
  43.       sensitivity in interactive (/S or /R) operations.   The byte  at ENTRY+2 
  44.       is set to  0 to turn  off case  sensitivity,  non-zero  (the default  as 
  45.       distributed) to enable it.   Note that in the Type 4 version, ENTRY+2 is 
  46.       at 202h in DDT,  in the Type 3 files it's at 102h in DDT.   The password 
  47.       is embedded at ENTRY+10h.
  48. :3
  49.  
  50.  
  51. Error Messages:
  52.  
  53.  
  54.    "Invalid Password"       
  55.  
  56.       - the given password was not correct
  57. :4
  58.  
  59.  
  60. Examples of Use:
  61.  
  62.  
  63.    a. WHEEL mypass             <-- set Wheel Byte if MYPASS is the correct
  64.                                    password
  65.