home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / spws1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-04-23  |  397b  |  18 lines

  1. echo off
  2. :begin
  3. cls
  4. echo *** Place 'PROGRAM DISK' in drive A: ***
  5. pause
  6. if exist A:DISK_ID goto begin
  7. md c:\wssharwr
  8. md c:\wssharwr\bgi
  9. md c:\wssharwr\wsdic.fd
  10. copy a:\*.* c:\wssharwr
  11. copy a:\bgi\*.* c:\wssharwr\bgi
  12. :loop
  13. cls
  14. echo *** Place 'DICTIONARY DISK' in drive A: ***
  15. pause
  16. if not exist A:DISK_ID goto loop
  17. copy a:\*.* c:\wssharwr
  18. copy a:\wsdic.fd\*.* c:\wssharwr\wsdic.fd