home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hráč 1998 July & August
/
Hrac_23_1998-07-08_cd1.bin
/
Demos
/
Solcity
/
DISK3.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-03-22
|
1KB
|
32 lines
@ECHO OFF
ECHO --------------------------------------------------
ECHO THIS SCRIPT WILL CREATE SOLITAIRE CITY DISK 3 OF 3
ECHO --------------------------------------------------
ECHO Once you have created these disks, please feel free to give copies to as many
ECHO people as you like.
ECHO Please insert a blank 1.44 meg floppy disk into drive A: and then make one
ECHO of the following choices :
ECHO [F] Format floppy disk first (probably best but only if you're in MS-DOS mode)
ECHO [C] Just copy files (only if the disk is blank - format it with Windows first)
CHOICE /CFC "Press Either 'F' or 'C' to Create Disk 3 "
IF ERRORLEVEL=2 GOTO NoFormat
FORMAT A: /V:SOLCITY /F:1.44
:NoFormat
ECHO Copying files to Solitaire City Disk 3 ....
COPY EGYPTIAN.8M_ A:\
COPY EGYPTIAN.8S_ A:\
COPY SOLCITY.8L_ A:\
COPY SOLCITY.8M_ A:\
COPY SOLCITY.8S_ A:\
LABEL A: SOLCITY 3
ECHO Disk 3 has been created !
ECHO Please write protect the disk, label it 'Solitaire City Disk 3' and then
ECHO you may install the game from disk by running SETUP.EXE on Disk 1