home *** CD-ROM | disk | FTP | other *** search
- 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