home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo Installs special Freelance Graphics keyboard driver
- if he%1lp==help goto help
- rem fltool must be on same floppy as this batch file:
- fltool fullpath %1
- if errorlevel 1 goto help
- fltool exist %1\gciin.exe
- if errorlevel 1 goto nofl
- if not exist gciincpq.exe goto help
- copy gciincpq.exe %1\gciin.exe /v > nul
- echo Keyboard Driver installed.
- goto end
- :nofl
- echo *************************************************************
- echo * Freelance Graphics wasn't found installed on %1.
- :help
- echo *************************************************************
- echo * To use this batch file:
- echo *
- echo * - If you are not using Freelance Graphics on a network, set the default
- echo * drive to be the floppy drive where the Drivers 2 disk is.
- echo * - If you are using Freelance Graphics on a network, your current directory
- echo * must be the Freelance Graphics program directory.
- echo * - Enter "newkey" followed by the directory name where
- echo * Freelance Graphics is installed.
- echo *
- echo * For example:
- echo * newkey c:\fl
- echo *
- echo * Please check your Freelance Graphics manual for further information.
- echo *************************************************************
- echo on
- :end