home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / ascsu205.arj / READ.DOC < prev    next >
Text File  |  1991-12-15  |  3KB  |  55 lines

  1.                                  Matt Roberts
  2.                                3 Cedar St., # 8
  3.                            Montpelier, Vt 05602-3006
  4.                                  (802)223-2553
  5.  
  6.  
  7.                                     12-7-91
  8.  
  9.                             NOTES ON READ.COM 1.01
  10.  
  11. ──────────────────────────────────────────────────────────────────────────────
  12.  
  13. READ.COM is a simple file-listing utility.  It isn't much more than a 
  14. combination of the DOS command TYPE and the external DOS utility MORE.  It 
  15. does, however, have a couple of minor enhancements which I think make it work 
  16. a bit better.  This utility is only useful with ASCII (text) files.
  17.  
  18.  
  19.                          SYSTEM REQUIREMENTS AND NOTES
  20.  
  21. You'll need about 65K to run READ.COM.  If there are calls for reversed (black 
  22. on white) lettering or 40-column width, you'll also need CGA to see them.  As 
  23. I understand it, the computer will ignore calls for the preceding if you have 
  24. MDA, so you should be able to use this utility whether or not you have a 
  25. graphics adapter; don't hold me to that, though.
  26.  
  27.  
  28.  
  29.                                USING THE PROGRAM
  30.  
  31. To use READ.COM, just type READ [path]filename.ext at the DOS prompt, where 
  32. path is optional and indicates the path to the file, and filename.ext 
  33. indicates the name and extension (if any) of the file you want to read.  The 
  34. file will be printed on your screen.  It will pause automatically at each 
  35. screenful, and the phrase "Press any key to continue." will be printed.  You 
  36. can also pause the scrolling before the screen has been filled with text.  
  37. This particular feature is probably not necessary, but is a holdover from 
  38. version 1.00, which didn't pause at each screenful.  I left it in because it 
  39. didn't seem to do any harm, and some folks might find it useful.
  40.  
  41. You can also abort the reading process by pressing Esc.
  42.  
  43.  
  44. That's about it.  I welcome your comments, questions, and criticisms, at the 
  45. address on the first page of these notes.  Please use the phone number only if 
  46. you can't get the program to run.  I hope to hear from you; I want to write 
  47. the highest quality software I can, and I need your feedback in order to do 
  48. that.  Thanks.
  49.  
  50.  
  51. READ.COM was written in ASIC 3.01, a shareware BASIC compiler by David Visti.  
  52. I highly recommend it.  It's not only an excellent compiler, but it's cheap 
  53. too (Version 3.01 is only $10.00 for a full registration).  Mr. Visti can be 
  54. reached at: P.O. Box 2952, Raleigh, NC 27602-2952.
  55.