home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 37 / bbd37.zip / PRINTDOC.TXT < prev    next >
Text File  |  1989-09-06  |  4KB  |  95 lines

  1. |A╔══════════╗════════════════════════════════════════════════════════╔══════════╗
  2. |A║ |6Helpware |A║═══════════════════════ ^1PrintDoc |A═══════════════════════║ |6Helpware |A║
  3. |A╚══════════╝════════════════════════════════════════════════════════╚══════════╝
  4. ^Cby
  5. ^CDavid Leithauser
  6.  
  7.     Computer users often find themselves with text files that need to be 
  8.  printed.  Unfortunately, all DOS provides us with is COPY TEXTFILE.TXT PRN or 
  9.  TYPE TEXTFILE.TXT > PRN.  As many of you already know, using this sort of 
  10.  command provides you with no ability to format the output.  ^1PrintDoc^0 is a 
  11.  small program that allows you to provide a format for printing pure ASCII 
  12.  text files. 
  13.  
  14. ^C^1RUNNING PRINTDOC^0
  15.  
  16.     You run PRINTDOC by typing PRINTDOC and pressing the ENTER key at the 
  17.  DOS "*>" prompt.  You will be prompted for filename, title, lines per page, 
  18.  top margin, and continuous or single sheet paper.
  19.  
  20.  ^1Filename^0
  21.  
  22.    The computer will first ask you for the name of the file to print.  
  23.  Input the full name, including extension if one exists (remember to separate 
  24.  filename from extension with a period).  If you press the ENTER key on an 
  25.  empty filename field, you will exit the program. 
  26.  
  27.  ^1Title^0
  28.  
  29.     Next, the computer will ask you if you want to print a title on each page.  
  30.  You may either press Y to print a title or ENTER to accept the default value 
  31.  of "No".  If the title is printed, it will include a page number along the 
  32.  right margin and a blank line after the title.
  33.  
  34.  ^1Lines Per Page^0
  35.  
  36.     A normal sheet of paper holds 66 lines per page.  You may accept the 
  37.  default value of 58 printed lines per page by simply pressing the ENTER key 
  38.  at this point.  However, depending on the inclusion of title and number of 
  39.  lines for a top margin, you may want to adjust this value to be sure that a 
  40.  page really fits on a page! 
  41.  
  42.  ^1Top Margin^0
  43.  
  44.     Again, you may accept the default value (2 lines) by pressing the ENTER 
  45.  key or establish a new value.  The number of lines available on a normal 
  46.  sheet of paper for the top margin can be calculated by: 
  47.  
  48.                            66 - (lines per page + 2).
  49.  
  50.  If you do not include a title the calculation is:
  51.    
  52.                               66 - lines per page.
  53.  
  54.  
  55.  ^1Continuous or Single Sheet Paper^0
  56.  
  57.     The last question the computer will ask is whether you are using single 
  58.  sheets of paper.  If you are using single sheets of paper, press Y.  The 
  59.  computer will pause to allow you to insert a new sheet of paper after each 
  60.  page is printed. 
  61.  
  62.     Once all the questions have been asked, the program will begin printing the 
  63.  file.  You should have your printer set at the top of a sheet of paper.  After
  64.  the program has completed printing the file, you will again be prompted for 
  65.  the name of a file to print.  Remember, to exit the program, press the ENTER 
  66.  key at the filename prompt.  
  67.  
  68.     Should you desire to print another file, input the next filename.  During 
  69.  a print session, any changes made to the set of default values you answered 
  70.  previously will be used on subsequent print requests. 
  71.  
  72. ^C^1A SHORT CUT^0
  73.  
  74.     You can save yourself the trouble of answering all the questions by typing 
  75.  the name of the file you wish to print after you type PRINTDOC and before you 
  76.  press ENTER.  For example, if you want to print out a file called README.TXT, 
  77.  you can type PRINTDOC README.TXT and then press ENTER.  The program will print 
  78.  out this file using the current default values. 
  79.  
  80.             Print Option                                Default Value
  81.             ============                                =============
  82.            Title                                            Yes
  83.            Lines Per Page                                    58
  84.            Top Margin                                         2
  85.            Paper                                         Continuous
  86.       
  87.  
  88.  If you enter the name of the file at the DOS prompt the program will return 
  89.  you to DOS after the printing is finished. 
  90.  
  91.     To run this program outside ^1Big Blue Disk^0, type: ^1PRINTDOC^0.
  92.  
  93.  DISK FILES THIS PROGRAM USES:
  94. ^FPRINTDOC.COM
  95.