home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / raindemo.zip / INSTALL.SCR < prev    next >
Text File  |  1993-01-13  |  671b  |  30 lines

  1. space %1: 600 notEnough
  2. godir %1:%4 cantcreate
  3. echo Copying files to %1:%4 ...
  4. copy %2:*.*
  5. rename raindemo.2 raindemo.bat >nul
  6. copy raindemo.1 ..\raindemo.bat
  7. del raindemo.1 >nul
  8. echo %3>resource.cfg
  9. cls
  10. echo
  11. echo  To play the Lost Secret of the Rainforest demo now:
  12. echo     Type raindemo [ENTER].
  13. echo
  14. echo  To play the Lost Secret of the Rainforest demo later:
  15. echo     From the directory of %1:%4,
  16. echo     Type raindemo and press [ENTER].
  17. echo
  18. pause
  19. end
  20. :cantcreate
  21. alert Unable to create directory %1:%4
  22. end
  23. :notEnough
  24. cls
  25. echo
  26. echo There is not enough space on %1: to install. 
  27. echo .6 megabytes of disk space are necessary.
  28. pause
  29. end
  30.