home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / FINANCE / LP203.ZIP / LP_BAT.EXE / LMSAMPLE.BAT < prev    next >
DOS Batch File  |  1993-07-07  |  2KB  |  52 lines

  1. @echo off
  2. if %1x==x goto NOTE1
  3.  
  4. if exist samples\lm_john.101 goto ALTV
  5.  
  6. copy /b lm\samples\oe_john.001 %1
  7. copy /b lm\samples\oe_jane.002 %1
  8. copy /b lm\samples\lm_john.101 %1
  9. copy /b lm\samples\lm_jane.102 %1
  10. goto NOTE2
  11.  
  12. :ALTV
  13. copy /b samples\oe_john.001 %1
  14. copy /b samples\oe_jane.002 %1
  15. copy /b samples\lm_john.101 %1
  16. copy /b samples\lm_jane.102 %1
  17. goto NOTE2
  18.  
  19. :NOTE1
  20. echo.
  21. echo This utility can install four sample laser signatures into your printer.
  22. echo.
  23. echo To do this you must tell it where your printer is attached to your system.
  24. echo.
  25. echo For example, if the laser is your main system printer you would enter
  26. echo.
  27. echo LMSAMPLE PRN
  28. echo          ---
  29. echo.
  30. echo Depending on your system you might replace PRN with LPT1, LPT2, LPT3,
  31. echo LPT4, COM1, COM2, COM3, COM4 or AUX.
  32. echo.
  33.  
  34. goto END
  35.  
  36. :NOTE2
  37. echo.
  38. echo If the four COPYs were successful you can now use macros 1, 2, 101, and 102 
  39. echo with the LaserMax software.  To laser print a signature on the check all you 
  40. echo need to do is to set the Signature macro (in the Bank Account controls) to 
  41. echo number 1, 2, 101, or 102.
  42. echo.
  43. echo Macro   1 is the Orbit Enterprises John Doe signature.
  44. echo Macro   2 is the Orbit Enterprises Jane Doe signature.
  45. echo Macro 101 is the LaserMax Software John Dough signature.
  46. echo Macro 102 is the LaserMax Software Jane Dough signature.
  47. echo.
  48. echo When you turn off the printer these signatures will be erased from the
  49. echo printer's memory.
  50.  
  51. :END
  52.