home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / d.lbr / DEV.HZP / DEV.HLP
Encoding:
Text File  |  1991-11-18  |  1.9 KB  |  41 lines

  1. ;
  2.                                   DEV.COM                                      
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. DEV.CIM        2k (14)   941A  1.1a       Bruce Morgen 12/87       Z3COM5
  6. DEV.COM        2k (14)   E75F  1.1a       Bruce Morgen 12/87       Z3COM5
  7.  
  8.   1- Usage  2- Notes                                                           
  9.  
  10.  
  11.  
  12.    DEV enables manipulation of Z3 redirectable I/O device drivers.   It allows 
  13. the user to display the names of the current devices and select them.   Unlike 
  14. DEVICE.COM,  DEV accepts all input from  the cmd line and  is not interactive.
  15. Vs 1.0 (4/84) by R. Conn.
  16. :1
  17.  Usage   DISPLAY ALL          ...display names of all devices
  18.          DISPLAY CON          ...display consoles
  19.          DISPLAY LST          ...display printers
  20.          DISPLAY PUN          ...display punches
  21.          DISPLAY RDR          ...display readers
  22.   
  23.    Only the first letters (e.g., D A for DISPLAY ALL) are significant in these 
  24. commands.   The  full  physical  device name must be given  in  the  following 
  25. commands:  CON:=name  LST:=name  PUN:=name  RDR:=name
  26. :2
  27.  DEV Notes 
  28.  
  29.    a. Vs 1.1a strips high bits from ECFB characters in help screens.
  30.    
  31.    b. Vs 1.1  makes  DEV respond to the  WHEEL and  QUIET  bytes to  make it a
  32. viable tool on on IOP-based  RAS.  DEV now  requires  WHEEL powers to  work at 
  33. all.  With the QUIET byte set, all  display options are disabled  while device
  34. assignment proceeds as per 1.0, but with no CON: output.  In  combination with
  35. WHEEL 3.1 or later and T3RAS.IOP, this  allows BYE.COM to be  a VALIAS/SALIAS-
  36. style recursive alias.  TERM3 supplies the other required  tools (T3HANGUP and
  37. T3ANSWER).
  38.  
  39.    c. Vs 1.1 also implements a smarter help message using the EXTERNAL FCP and
  40. QUIET byte and adds ZCPR33 TYPE 3 environment code.
  41.