home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / cal.lzh / dd / sys / cal.init < prev   
Text File  |  1995-02-13  |  449b  |  34 lines

  1. * cal.init
  2. * this is an initialization file for cal. This assumes a printout on a laser.
  3.  
  4. # Set the session start string for reset, landscape, 12 cpi
  5.  
  6. -ss=\x1bE\x1b&l1O\x1b(s12H
  7.  
  8. # Session end string = reset
  9.  
  10. -se=\x1bE
  11.  
  12. # printout width = 132 columns
  13.  
  14. -w=132
  15.  
  16. # use big format
  17.  
  18. -b
  19.  
  20. # printer name
  21.  
  22. -p=/p
  23.  
  24. # include holiday information
  25.  
  26. -h
  27.  
  28. # overstrike on/off strings for date number emphasis
  29.  
  30. -os=\x1b(s3B
  31. -oe=\x1b(s0B
  32.  
  33. ##### end of cal.init #####
  34.