home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / acc / utility / printser / printser.doc < prev    next >
Encoding:
Text File  |  1992-05-16  |  1.8 KB  |  53 lines

  1.                      Serial Port File Printer
  2.  
  3.      This is a program / desk accessory that formats straight 
  4. ASCII text files and prints them on an 80-column printer that is 
  5. attached to the computer's serial port.  It will not format 
  6. correctly on a wide carriage printer.  Each page will have a 
  7. header that consists of the filename and the page number.  
  8. Optional line numbers may be included.
  9.  
  10.      This program is written in Personal Pascal and uses an 
  11. interactive dialog box to list the progress of the file printing 
  12. and to allow termination of the printing.  It uses the AES 
  13. Wind_Update function to temporarily stop the screen manager from 
  14. updating window borders or items.
  15.  
  16.      The serial port file printer may be run as an accessory or as 
  17. a program simply be changing the extender (ACC or PRG).  When 
  18. activated, either by selecting from the Desk menu or by running it 
  19. as a program operation is as follows :
  20.  
  21. o    If the last accessed drive was a floppy, then you will be 
  22.      prompted to insert the source disk and select OK.
  23.  
  24. o    A file selector will appear allowing you to select the file 
  25.      to be printed.
  26.  
  27. o    An alert will ask if you want line numbers.
  28.  
  29. o    The interactive dialog will show the progress of the 
  30.      printing.
  31.  
  32. o    When through, the file selector will reappear allowing 
  33.      another file to be selected.
  34.  
  35. o    When you are through printing, select cancel from the file 
  36.      selector.
  37.  
  38.  
  39. Program originally by Phillip R. Poulos, M.D. {DOCTORP}
  40.  
  41. Modifications by Paul Lefebvre 
  42. (Delphi : PLEFEBVRE, GEnie : P.LEFEBVRE) on 5-16-92 include :
  43.  
  44. o    Ability to run as both a program and a desk accessory.
  45.  
  46. o    Output to the serial port.
  47.  
  48. o    Source code reformatted to make it easier to read.
  49.  
  50. o    File selector stays onscreen to allow multiple files to be 
  51.      printed in one session.
  52.  
  53.