home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / FL40-05.ZIP / NEWKEY.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-04-19  |  1.2 KB  |  34 lines

  1. echo off
  2. echo Installs special Freelance Graphics keyboard driver
  3. if he%1lp==help goto help
  4. rem fltool must be on same floppy as this batch file:
  5. fltool fullpath %1
  6. if errorlevel 1 goto help
  7. fltool exist %1\gciin.exe
  8. if errorlevel 1 goto nofl
  9. if not exist gciincpq.exe goto help
  10. copy gciincpq.exe %1\gciin.exe /v > nul
  11. echo Keyboard Driver installed.
  12. goto end
  13. :nofl
  14. echo *************************************************************
  15. echo * Freelance Graphics wasn't found installed on %1.
  16. :help
  17. echo *************************************************************
  18. echo * To use this batch file:
  19. echo *
  20. echo *  - If you are not using Freelance Graphics on a network, set the default
  21. echo *    drive to be the floppy drive where the Drivers 2 disk is.
  22. echo *  - If you are using Freelance Graphics on a network, your current directory
  23. echo *    must be the Freelance Graphics program directory.
  24. echo *  - Enter "newkey" followed by the directory name where 
  25. echo *    Freelance Graphics is installed.
  26. echo *
  27. echo * For example:    
  28. echo *     newkey c:\fl
  29. echo *
  30. echo * Please check your Freelance Graphics manual for further information.
  31. echo *************************************************************
  32. echo on
  33. :end
  34.