home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / SCREEN / BORDER.ZIP / BORDER.DOC < prev    next >
Encoding:
Text File  |  1990-12-01  |  1.3 KB  |  24 lines

  1.     Border.exe is a simple program I wrote to help someone out who
  2. had a problem with some software setting the hardware border (overscan
  3. area) to a certain color and not resetting it upon exit. Border.exe
  4. uses the BIOS routine, INT 10h, to change this color to a user
  5. specified value.
  6.     The executable included here is CGA compatible which means it
  7. will acccept input from 0-15, I have also included the source code
  8. which, if you have Turbo Assembler and C, you can modify so that a
  9. value of 0-63 may be used for EGA/VGA compatible monitors.
  10.     Border functions in two ways: 1) You can invoke border with
  11. it's argument on the command line, eg., border 0, which will set the
  12. border color to black (on most monitors); or, 2) You can invoke
  13. border.exe with no arguments in which case you will get a list of the
  14. 0-15 colors the border may be set to and a prompt for the value you
  15. wish to set the border to.
  16.     That's it! It's a very simple program, however, I make no
  17. claims on it's reliability on all monitors and no warranties/guarantees
  18. are implied. Since I do use the BIOS, if you're PC has complete BIOS
  19. compatibility, there should be no problems.
  20.     Credit should also be given to Todd Bezenek
  21. <bezenek@plains.NoDak.Edu> whose idea it was to write this code and
  22. make it possible to pass a command line argument to border so that it
  23. could be used in batch files.
  24.