home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / GXFONT17.ZIP / LOAD.BAT < prev   
Encoding:
DOS Batch File  |  1989-08-23  |  579 b   |  29 lines

  1. echo off
  2. %1dskspace
  3. if errorlevel=10 goto end2
  4. :start
  5. cls
  6. echo Copying files from %1
  7. copy %1a*.com >nul
  8. if not exist maker.sys copy %1maker.sys >nul
  9. cls
  10. echo Expanding font files...
  11. if exist line.com line
  12. for %%F in (%1*.arc) do arc-e %%F /R >nul
  13. if not exist %1more.dat goto end
  14. cls
  15. echo Insert disk #2 into %1
  16. pause
  17. goto start
  18. :end
  19. cls
  20. for %%F in (drv001??.exe) do %%F
  21. cls
  22. if exist build.exe build
  23. for %%F in (drv002??.exe) do %%F
  24. if exist line.com line
  25. if exist line.com line
  26. echo Font Installation Complete
  27. :end2
  28. if exist load2.bat del load2.bat
  29.