home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM
- REM FaxIt 1.4 Install script for RCOM
- REM
- REM %1 should be I: , L: or R:
- if %1.==I:. goto ok
- if %1.==L:. goto ok
- if %1.==R:. goto ok
- if %1.==i:. goto ok
- if %1.==l:. goto ok
- if %1.==r:. goto ok
- echo Usage: INSTFAX I: (or L: or R:)
- exit
-
- :ok
- echo Installing FaxIt 1.4 to %1
- pause
- if not exist %1\app md %1\app
- if not exist %1\app\faxit md %1\app\faxit
- copy faxit.opa %1\app\
- copy c2.drv %1\app\faxit\
- copy faxit.bin %1\app\faxit\
- copy faxit.hlp %1\app\faxit\
- REM
- REM Printer driver and Help program, best left on M: (I: in RCOM speak)
- REM
- copy sys$help.opo I:\opo\
- copy p_faxit.wdr I:\wdr\
-