home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 53 / ISSUE_53_FEB_1991 / PCPLUS / WORKSHOP / WORKSHOP.DOC next >
Encoding:
Text File  |  1991-01-01  |  1.9 KB  |  40 lines

  1. WILF's PROGRAMMERS' WORKSHOP
  2.  
  3. Several items appear this month, complementing discussions within issue
  4. number 53 (February 1991) of PC PLUS itself: WORKSHOP.EXE is a self-extracting
  5. library of all the items below: move to a directory on another disc and then
  6. execute WORKSHOP to expand it.
  7.  
  8. ADAPT.BAT
  9.         You will be a great help if you run this on your PC: it should
  10.         (if it works properly) report what kind of display adaptor you
  11.         have: VGA, EGA, CGA, Hercules or MDA.  Please let us know if the
  12.         results are suspicious.  This .BAT uses the small program,
  13.         ADAPTOR.COM
  14.  
  15. CURD
  16.         CURD.SCR is a 'script', input to DEBUG (as DEBUG <CURD.SCR ) that
  17.         will create CURD.COM: this tiny program will determine which drive
  18.         is currently the active one, and set ERRORLEVEL to reflect this,
  19.         where 0 = A, 1 = B etc.  CURD.COM is also present.  See also
  20.         GETDRIVE, also in this directory.
  21.  
  22. GETDRIVE
  23.         A Turbo Pascal source (.PAS) and program (.EXE) that provides the
  24.         same sort of results as CURD.COM (also in this directory); this was
  25.         sent in by B Edwards of Pencoed.
  26.  
  27. KAMELEON
  28.         J Worley (Clockwork Software, Havant) gave us this little
  29.         'do-nothing' program - a resident variant of our colour changer;
  30.         it treats, though, the foreground and background colours separately.
  31.         The source is here as well, in case you would like to see his
  32.         technique.  BEWARE: if you run KAMELEON.COM, it may subsequently
  33.         interfere with keystrokes in other programs, and necessitate a
  34.         reboot.  Take precautions so that you will not lose files.
  35.  
  36. NEWCOLR.INC
  37.         This is the assembly subroutine sent in by Julian Bucknall of
  38.         Hammersmith - a more elegant way to modify colours in a CGA
  39.         display.  See also KAMELEON, in this directory.
  40.