home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / finance / lqw125.zip / LQW_BAT.EXE / LMSAMPLE.BAT < prev   
DOS Batch File  |  1993-06-26  |  1KB  |  44 lines

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