home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / ascsu205.arj / DARKSCRN.DOC < prev    next >
Text File  |  1992-01-22  |  5KB  |  85 lines

  1.                              NOTES ON DARKSCRN.COM
  2.  
  3.  
  4.                                  Matt Roberts
  5.                                3 Cedar St., # 8
  6.                            Montpelier, Vt 05602-3006
  7.  
  8.                                    07-12-91
  9.  
  10. ───────────────────────────────────────────────────────────────────────────────
  11. DARKSCRN.COM is a simple screen blanker.  It's used from the DOS prompt.  The 
  12. screen goes blank, the cursor disappearing as well.  The screen comes back 
  13. when you touch a key, but the data that was on your screen has been removed, 
  14. and you have just a DOS prompt in the upper left corner.  That's about all 
  15. there is to it.  Told you it was simple.
  16.  
  17. I wrote DARKSCRN because I didn't need something that automatically blanked 
  18. every three, five, or ten minutes.  When I'm in a program, I'm usually in it 
  19. to do a job and get out.  As a result, most of the idle time is spent at the 
  20. DOS prompt.  Most of the programs I use regularly have a DOS shell, so if I 
  21. really need to leave in the middle of a job, I can shell, invoke DARKSCRN, 
  22. touch a key when I'm ready to continue, and type EXIT to return to my program.
  23.  
  24. I have yet to encounter a situation where I wished I hadn't cleared the screen 
  25. contents, so I've never bothered to save them.  In short, I have simple needs, 
  26. so I wrote a simple utility.
  27.  
  28.                      A NOTE ON THE WHY OF SCREEN BLANKERS
  29.  
  30. The inside of your monitor's cathode-ray tube is coated with phosphorous 
  31. (unless it's an LCD display).  When the electrons hit the phosphorous, it 
  32. glows.  This is called "exciting" the phosphorous, and creates text, graphics, 
  33. and what-not on your screen.
  34.  
  35. As with people, phosphorous can take just so much excitement.  Every time it's 
  36. "excited", some of it is used up, and eventually the screen wears out.  This 
  37. takes a long time, and you shouldn't be alarmed if you haven't used a screen 
  38. blanker for years.  After all, you haven't used a screen blanker for years (is 
  39. there an echo in here?), and everything is probably still fine.  The problem 
  40. is that the phosphorous wears out in some places more than others, for 
  41. instance at the upper left corner of your screen.
  42.  
  43. The aforementioned corner is where the DOS prompt is parked at the exit of 
  44. most programs, such as word processors, spreadsheets, and the like, after 
  45. you've been sent back to the system.  Since the phosphorous in that corner 
  46. (for example only; you may have other trouble spots) is "excited" more than in 
  47. other areas, it gets worn out faster.  You then get a "hole" in your screen.  
  48. Data and graphics can't write to it, because the electrochemical process can't 
  49. take place any more.  This drives most folks to distraction, and they end up 
  50. junking what should have been a perfectly good monitor because of that little 
  51. "burn".  While hardware prices have been going down, considerably, monitors 
  52. don't come free.  You can probably extend your monitor's practical life by a 
  53. considerable amount by using a screen blanker, thereby saving precious 
  54. resources; namely, money.
  55.  
  56.                A FINAL NOTE, AND THEN I'LL SHUT UP (FOR A WHILE)
  57.  
  58. I have a bad habit of using all eight letters allowed by DOS for my programs.  
  59. I don't know why that is, but I don't feel quite right unless I've got an 
  60. eight-letter filename.  I finally stopped adding extensions to my directories, 
  61. 2
  62. but only because I couldn't read my DIR output any more.
  63.  
  64. Anyway, you can rename this file to anything your little heart desires; D.COM, 
  65. DS.COM, WHOCARES.COM, etc.  This will save a little typing if you use the 
  66. blanker a lot during the day.  I've programmed my Alt-F1 key combo to call the 
  67. blanker, so I left the long name, but you do what's right for you.  If you do 
  68. change the name, however, and then pass the blanker along to someone, I'd 
  69. appreciate it if you'd rename this document file so it matches the blanker's 
  70. new name.  That'll make it easier for folks to find the documentation, and to 
  71. get in touch with me if they have trouble with any of my programs.
  72.  
  73.  
  74. DARKSCRN.COM was created using ASIC 1.00, a shareware BASIC compiler by David 
  75. Visti.  Registration is currently only $10.00 for version 3.01, which is a 
  76. major bargain in my opinion.  He can be reached at P.O. Box 2952, Raleigh, NC 
  77. 27602-2952.  I compiled this with version 1.00 because it creates a slightly 
  78. smaller .COM file.  It's possible that it loads just a tiny bit slower, but I 
  79. didn't think it was enough to warrant the extra 20 bytes or so.
  80.  
  81. All right, I promised I'd shut up, so I will.  Comments, suggestions, and 
  82. criticisms can be sent my way, via the address above, and are greatly 
  83. appreciated.  I want to write quality software, and I need your help to do it.  
  84. Thanks.
  85.