home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
educames
/
sprword2
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1991-04-23
|
397b
|
18 lines
echo off
:begin
cls
echo *** Place 'PROGRAM DISK' in drive A: ***
pause
if exist A:DISK_ID goto begin
md c:\wssharwr
md c:\wssharwr\bgi
md c:\wssharwr\wsdic.fd
copy a:\*.* c:\wssharwr
copy a:\bgi\*.* c:\wssharwr\bgi
:loop
cls
echo *** Place 'DICTIONARY DISK' in drive A: ***
pause
if not exist A:DISK_ID goto loop
copy a:\*.* c:\wssharwr
copy a:\wsdic.fd\*.* c:\wssharwr\wsdic.fd