home *** CD-ROM | disk | FTP | other *** search
- echo off
- %1dskspace
- if errorlevel=10 goto end2
- :start
- cls
- echo Copying files from %1
- copy %1a*.com >nul
- if not exist maker.sys copy %1maker.sys >nul
- cls
- echo Expanding font files...
- if exist line.com line
- for %%F in (%1*.arc) do arc-e %%F /R >nul
- if not exist %1more.dat goto end
- cls
- echo Insert disk #2 into %1
- pause
- goto start
- :end
- cls
- for %%F in (drv001??.exe) do %%F
- cls
- if exist build.exe build
- for %%F in (drv002??.exe) do %%F
- if exist line.com line
- if exist line.com line
- echo Font Installation Complete
- :end2
- if exist load2.bat del load2.bat