Metropoli BBS
VIEWER: install.bat MODE: TEXT (ASCII)
@echo off
Echo.
Echo.
Echo.
Echo         CC-XJ10BT Installation Disk Creation Utility
Echo.
Echo.
Echo.
Echo  You will need two blank floppy disks to complete this
Echo  process.  Press any key to continue...
Echo.
Echo  Or press CTRL-C to abort ...
Pause >nul
Cls
Echo.
Echo.
Echo.
Echo  Label a blank floppy disk "CC-XJ10BT Installation Disk 1"
Echo  Insert it into drive A:\ and press any key to continue ...
Echo.
Echo.
Echo  Or press CTRL-C to abort ...
Pause >nul
ren disk1.3c disk1.exe
disk1 -d A:\ %1 %2 %3
Cls
Echo.
Echo.
Echo.
Echo  Label a blank floppy disk "CC-XJ10BT Installation Disk 2"
Echo  Insert it into drive A:\ and press any key to continue ...
Echo.
Echo.
Echo  Or press CTRL-C to abort ...
Pause >nul
ren disk2.3c disk2.exe
disk2 -d A:\ %1 %2 %3
Cls
Echo.
Echo.
Echo.
Echo.
Echo  Your CC-XJ10BT Installation Disk Creation is complete!
[ RETURN TO DIRECTORY ]