home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / rcom114 / RPRINT / PRINST.BAT next >
DOS Batch File  |  1994-10-12  |  618b  |  26 lines

  1. @echo off
  2. if (%1)==() goto xhelp
  3. if not exist %2\wdr\nul md %2\wdr
  4. echo copying %1 files to %2\wdr
  5. copy printdrv\%1.* %2\wdr
  6. echo Driver installation complete
  7. goto end
  8. :xhelp
  9. echo.
  10. echo Change directory to the RCOM install directory. i.e.
  11. echo CD C:\PSRCOM
  12. echo .
  13. echo Then type
  14. echo PRINST Printer_Driver drive:
  15. echo.
  16. echo         Printer_Driver should be the name of the
  17. echo         required driver without its extension
  18. echo         eg HP2,HP2P,HP3,PS,PSAPPLE
  19. echo.
  20. echo         drive: should be the drive letter on the
  21. echo                remote computer. e.g. PRINST HP2 I:
  22. echo.
  23. :end
  24.  
  25.  
  26.