home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / FAXIT14 / INSTFAX.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-28  |  636 b   |  29 lines

  1. @echo off
  2. REM
  3. REM FaxIt 1.4 Install script for RCOM
  4. REM
  5. REM %1 should be I: , L: or R:
  6. if %1.==I:. goto ok
  7. if %1.==L:. goto ok
  8. if %1.==R:. goto ok
  9. if %1.==i:. goto ok
  10. if %1.==l:. goto ok
  11. if %1.==r:. goto ok
  12. echo Usage: INSTFAX I:    (or L: or R:)
  13. exit
  14.  
  15. :ok
  16. echo Installing FaxIt 1.4 to %1
  17. pause
  18. if not exist %1\app md %1\app
  19. if not exist %1\app\faxit md %1\app\faxit
  20. copy faxit.opa %1\app\
  21. copy c2.drv    %1\app\faxit\
  22. copy faxit.bin %1\app\faxit\
  23. copy faxit.hlp %1\app\faxit\
  24. REM
  25. REM Printer driver and Help program, best left on M: (I: in RCOM speak)
  26. REM
  27. copy sys$help.opo I:\opo\
  28. copy p_faxit.wdr I:\wdr\
  29.