home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / list / bradzex.lbr / BRAD.ZEX < prev    next >
Text File  |  1986-06-08  |  1KB  |  27 lines

  1. ;;BRADFORD (or ZEX, or the combination) is fussy about how some of the 
  2. ;;responses are delivered.  Thus, not every response has been able to
  3. ;;be on its own line in the following series of commands.  ';;' is the
  4. ;;comment signifier for ZEX: anything after that on the same line isn't
  5. ;;read by ZEX
  6.  
  7. a0:             ;;bradford must be run from A (where its font files must be)
  8. bradford        ;;bradford allows no command line parameters
  9. B:$1            ;;first asks for the file to be printed
  10.         ;;notice that I presume the file to be printed in on B:
  11. 0               ;;then wants to know which user area it is in
  12. 1               ;;number of copies to be made
  13. C               ;;type of printer? this is Epson FX series
  14. 2               ;;width of each character? 2 is normal
  15. 1$2               ;;strength of impression? 1 is normal
  16. ;;$2              ;;which font?  you supply on the command line
  17. l               ;;how to fit text on page: L is left-justified
  18. y               ;;proportional spacing?
  19. n               ;;number pages?
  20. n               ;;cut sheets?
  21. y               ;;left and right margins? 
  22. y               ;;top and bottom margins?
  23. y.               ;;WordStar command file? (safest to say yes)
  24. ;;.               ;;WordStar command character?
  25. y               ;;yes, everything is just fine
  26. b0:             ;;end up back on B:
  27.