home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / asic / ascsu215 / print.doc < prev    next >
Text File  |  1992-01-27  |  4KB  |  81 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 PRINT.COM 1.01
  10.  
  11. ──────────────────────────────────────────────────────────────────────────────
  12.  
  13. PRINT.COM is a simple file-printing utility.  It doesn't work a great deal 
  14. differently than the DOS command COPY filename.exe PRN, though it does have 
  15. some simple enhancements.  This utility is only useful with ASCII (text) 
  16. files.
  17.  
  18.  
  19.                          SYSTEM REQUIREMENTS AND NOTES
  20.  
  21. You'll need about 65K to use PRINT.COM.  If there are parts which are designed 
  22. to print on the screen in reversed (black on white) lettering, or in 40-column 
  23. mode, you'll also need CGA to see those.  As I understand it, the computer 
  24. will just ignore commands for the preceding if you have MDA, but don't hold me 
  25. to that.
  26.  
  27. At this time, PRINT.COM can only print 80-column text files.
  28.  
  29. In some cases, there may be a bit of a problem with formatting.  In general, I 
  30. would recommend against using this utility for a final draft.  It is, however, 
  31. quite good at getting a general idea of how the finished product will look.
  32.  
  33.  
  34.  
  35.                                USING THE PROGRAM
  36.  
  37. To print a file just type PRINT [path]filename.ext at the DOS prompt, where 
  38. [path] is optional and indicates the path to your file, and filename.ext 
  39. indicates the name and extension of the file you want to print. Printing will 
  40. begin almost immediately.  If your printer is not on, on-line, and loaded with 
  41. paper, you'll get a DOS error and be invited to Abort, Retry, Ignore, etc. 
  42.  
  43. While printing, if something goes wrong with your printer, you can press the 
  44. space bar.  This will stop printing from PRINT.COM; however, your printer has 
  45. a buffer which holds data to be printed.  It will attempt to continue printing 
  46. until that data is exhausted.  So, if you want to stop printing in real life, 
  47. press the space bar and then take your printer off-line.  Pressing the space 
  48. bar first will allow you to continue printing after you've gotten the problem 
  49. straightened out.  Otherwise, DOS may complain about the printer not being 
  50. ready, which could be a hassle.  You can do the same thing if you get company 
  51. and don't want to have printer noise.  To resume printing, press any key.  
  52. This feature probably isn't technically necessary, but I felt it was a bit 
  53. more elegant than generating a DOS error.
  54.  
  55. You can also abort printing by pressing the Esc key.  Again, if there's data 
  56. in the buffer, your printer will continue to merrily bang away until it's 
  57. gone.  If you want to empty the buffer, you'll have to turn off the machine, 
  58. wait at least five seconds, and then turn it back on.  You'll need to adjust 
  59. your paper so that your next printing job doesn't start in the middle of the 
  60. page.  If you can afford to wait for the buffer to clear, however, PRINT.COM 
  61. 2
  62. will send a form-feed signal to the printer, so that the paper will be 
  63. properly aligned when the buffer data has been printed.
  64.  
  65. PC-Write uses ASCII 12 and ASCII 15 to force a page break.  Version 1.00 would 
  66. obediently send a form feed command to the printer, and then send a command to 
  67. print in condensed print, which is the ASCII 15 printer command.  Version 1.01 
  68. now just forces a page break and does not send the printer into condensed 
  69. mode.
  70.  
  71.  
  72. That about covers it.  Your comments, criticisms, and questions are welcome.  
  73. Please use the phone number only if you can't get the program to work; any 
  74. suggestions and what-not can be sent at the address on the first page.  I look 
  75. forward to hearing from you; I want to write the highest quality software I 
  76. possibly can, and I need your comments to help me do that.  Thanks.
  77.  
  78. PRINT.COM was written with ASIC 3.01, an excellent shareware compiler by David 
  79. Visti.  I highly recommend it.  Mr. Visti can be reached at: P.O. Box 2952, 
  80. Raleigh, NC 27602-2952.
  81.