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 / ENTERPRS / CPM / UTILS / F / RSXDIR.LZH / RSXDIR.DOC < prev   
Text File  |  1991-01-15  |  1KB  |  37 lines

  1.                               RSXDIR.DOC
  2.                               ----------
  3.                      Documentation for RSXDIR.COM
  4.                          v1.0 - E.Meyer 1/85
  5.  
  6.  
  7.  
  8.      RSXDIR is a simple program that will list the names of all the RSXs
  9. (Resident System Extensions) currently installed in a CP/M Plus (3.0) system. 
  10. It takes no arguments; simply type RSXDIR.
  11.  
  12.      Example: on my Osborne Executive, I might find:
  13.  
  14.               A>rsxdir
  15.               RSXDIR 1.0 - E.Meyer 1/85
  16.  
  17.               BACKSP10
  18.               EXCLOCK
  19.               LOADER
  20.  
  21. This informs me that I have two RSXs installed, my BACKSPAC RSX (which lets my
  22. Okidata printer backspace) and George Peace's EXCLOCK, which displays the
  23. clock on the screen.  The LOADER RSX is part of CP/M Plus, and remains present
  24. when other RSXs are.
  25.  
  26.  
  27.  
  28.                       NOTE:  CP/M 2.2 EMULATION
  29.  
  30.      RSXDIR is for CP/M Plus only; if it is run on an earlier version, it will
  31. display the message "Not a CP/M Plus System".  (It checks the version number
  32. with BDOS 12.)  This can be unfortunate if you have installed one of the RSXs
  33. which "mimics" CP/M 2.2 for compatibility purposes: RSXDIR may not work.
  34.      There is a simple patch.  Using SID or equivalent, change the byte at
  35. 0126h in RSXDIR.COM from 30h to 00h.  Then RSXDIR will operate no matter what
  36. the version number appears to be.
  37.