home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Significant Series Windows
/
PCSIG-SignificantSeriesWindows-Win31.iso
/
0winrun
/
3844
/
ifwdisk.bat
< prev
next >
Wrap
DOS Batch File
|
1992-05-05
|
3KB
|
100 lines
echo off
cls
echo
echo
echo This will create the Intellifont-for-Windows 3.1 installation
echo disks by copying the appropriate files in this directory to a
echo disk in drive A:.
echo
echo You *must* use this batch file to create the installation disks
echo before you can install Intellifont-for-Windows 3.1.
echo
echo Before you proceed, you will need two blank formatted high
echo density 5.25" or 3.5" diskettes.
echo
echo
echo Press [Control]C to terminate this program
echo or any key to continue...
pause >nul
echo
echo
echo Put a blank formatted high density disk in drive A:
echo and press any key to continue...
pause >nul
echo
echo
echo Copying files...
md a:\td
md a:\system
rem Disk 1 - root
copy IFWSETUP.EXE a:\ >nul
copy IFWDOS.EXE a:\ >nul
copy SUMMARY.LST a:\ >nul
copy SOMESUM.LST a:\ >nul
copy IFWGUIDE.WRI a:\ >nul
copy SYSTEM.LST a:\ >nul
copy WINDOWS.LST a:\ >nul
copy IFW.EXE a:\ >nul
copy IFW.HLP a:\ >nul
rem Disk 1 \TD
copy HQ3.FNT a:\td >nul
copy IF.FNT a:\td >nul
copy IF.DSC a:\td >nul
copy IF.SS a:\td >nul
rem Disk 1 \SYSTEM
copy IFW.DRV a:\system >nul
copy HPPCL5A.HLP a:\system >nul
copy FINSTALL.HLP a:\system >nul
copy PCLEO.DLL a:\system >nul
cls
echo
echo
echo Installation files for disk 1 have been copied to A:
echo
echo Please remove the disk from drive A: and label it
echo "Intellifont for Windows 3.1 Disk 1".
echo
echo Press any key to continue...
pause >nul
cls
echo
echo
echo Put another blank formatted high density disk
echo in drive A: and press any key to continue...
pause >nul
echo
echo
echo Copying files...
md a:\td
md a:\td\type
rem Disk 2 - root
copy IFWSETUP.BAT a:\ >nul
copy IFWPUT.EXE a:\ >nul
copy TYPEFACE.LST a:\ >nul
rem Disk 2 \TD\TYPE
copy 92500.TYP a:\td\type >nul
copy 94021.TYP a:\td\type >nul
copy HQ3UPDT.TYQ a:\td\type >nul
copy PLUGIN.TYQ a:\td\type >nul
copy SCREEN.TYS a:\td\type >nul
copy 92501.TYP a:\td\type >nul
copy 92504.TYP a:\td\type >nul
copy 92505.TYP a:\td\type >nul
copy 94022.TYP a:\td\type >nul
copy 94023.TYP a:\td\type >nul
copy 94024.TYP a:\td\type >nul
cls
echo
echo
echo Installation files for disk 2 have been copied to A:
echo
echo Please remove the disk from drive A: and label it
echo "Intellifont for Windows 3.1 Disk 2".
echo
echo
echo To install Intellifont for Windows 3.1, please see the
echo instructions in the file README.IFW included with the
echo file IFW1.ZIP.
echo
echo