home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug077.arc / FANFOLD.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  49 lines

  1.  
  2. Fanfold is the result of a need to conserve paper, space, and in general
  3. a desire to spend less time making hard copies of various documents. Not
  4. only does it conserve paper but it makes multiple copies on both sides of
  5. a sheet much easier since each side can be batch feed to a copier.
  6.  
  7. Fanfold is written in TurboPascal v. 3.0 (CP/M). 
  8.  
  9. Fanfold will:
  10.  
  11.     1. Divide a standard ASCII text file into two files;
  12.        filename.ODD and filename.EVE. Each file contains
  13.        only odd or even pages of the source text.
  14.  
  15.     2. The source file is read to set the linelength,
  16.        number of lines per page, and hole punch offset
  17.        necessary on the odd pages.
  18.  
  19.     3. The default settings may be individually altered
  20.        including the header, page number location, margins,
  21.        characters per inch, and lines per page. The corresponding
  22.            printer commands are executed before actual printing.
  23.  
  24.         4. The source file may reside on any drive and the output
  25.        files may be directed to any drive.
  26.  
  27.         5. The inter-relationship between margins,linelengths, and
  28.        characters per inch are checked to avoid conflict.
  29.  
  30.     6. The program is menu driven at each step.
  31.  
  32.     7. As written the printer is a Gemini 10X. The source code
  33.            may be easily altered by inserting the appropriate com-
  34.        mands for CPI and LPI. FANFOLD.COM was compiled with an
  35.        End Address of C000h.
  36.  
  37.     A ^C will abort the program at any input request.
  38.  
  39. I must acknowledge the significant contributions of my son Ron Rock,Jr.,
  40. in debugging and correcting some of the more troublesome procedures.
  41.  
  42. Enjoy.
  43.  
  44. Please send any improvements to:
  45. Ronald S. Rock
  46. 316 N. Michigan Ave. #400
  47. Chicago, IL 60601
  48. 312/726-3440ly altered
  49.        including the header, page number location, m