home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / GXFONT30.ZIP / LOAD.BAT < prev   
Encoding:
DOS Batch File  |  1990-05-01  |  985 b   |  38 lines

  1. echo off
  2. %1dskspace
  3. if errorlevel=10 goto end2
  4. :start
  5. cls
  6. if exist install.exe goto rev
  7. echo Copying files from %1
  8. copy %1a*.com >nul
  9. if not exist maker.sys copy %1maker.sys >nul
  10. cls
  11. echo Expanding font files...
  12. if exist line.com line
  13. for %%F in (%1*.arc) do arc-e %%F /R >nul
  14. if not exist %1more.dat goto end
  15. cls
  16. echo Insert disk #2 into %1
  17. pause
  18. goto start
  19. :rev
  20. echo Use the Glyphix 3.1 Installation Kit to install your new fonts:
  21. echo First, type INSTALL, then press enter.
  22. echo Then follow the on-screen menu to install this font disk.
  23. goto end3
  24. :end
  25. cls
  26. for %%F in (drv001??.exe) do %%F
  27. cls
  28. if exist build.exe build
  29. for %%F in (drv002??.exe) do %%F
  30. if exist line.com line
  31. if exist line.com line
  32. echo Font Installation Complete
  33. :end2
  34. if exist load2.bat del load2.bat
  35. if exist drv001wp.exe echo Make sure to update your driver in WordPerfect
  36. if exist drv001wp.exe echo (From the main document screen, press Shift F7, then "s", then "u")
  37. :end3
  38.