home *** CD-ROM | disk | FTP | other *** search
/ Countries of the World / COUNTRYS.BIN / install.bat < prev    next >
DOS Batch File  |  1991-06-25  |  2KB  |  40 lines

  1. @echo off
  2. if "%1" == "" goto noparm
  3. cls
  4. echo  
  5. echo      █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████ 
  6. echo      █████▐████████████████████████████████████████████████████████▌██████ 
  7. echo      █████▐█████ Countries of the World Installation Procedure ████▌██████ 
  8. echo      █████▐████████████████████████████████████████████████████████▌██████ 
  9. echo      █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████ 
  10. echo      █████████████████████████████████████████████████████████████████████ 
  11. echo      █████ It is recommended that you run this procedure if you have █████ 
  12. echo      █████ a hard drive with at least 200K free disk space. ██████████████ 
  13. echo      █████████████████████████████████████████████████████████████████████ 
  14. echo      █████ About to install the search software on your hard drive. ██████ 
  15. echo      █████ Press break to abort or press any key to continue... ██████████ 
  16. echo      █████████████████████████████████████████████████████████████████████ 
  17. echo      █████████████████████████████████████████████████████████████████████ 
  18. echo      █████████████████████████████████████████████████████████████████████ 
  19. pause
  20. @echo on
  21. copy %1\cow.exe \cowexe.exe
  22. md \discpass
  23. copy %1\discpass\helptext \discpass\helptext
  24. @echo \cowexe.exe -d%1 > \cow.bat
  25. @echo off
  26. echo      █████████████████████████████████████████████████████████████████████ 
  27. echo      █████ Installation complete.  ███████████████████████████████████████ 
  28. echo      █████ Type COW to run Countries of the World. ███████████████████████ 
  29. echo      █████████████████████████████████████████████████████████████████████ 
  30. goto end
  31. :noparm
  32. echo To install Countries of the World, log onto your hard drive and type:
  33. echo  
  34. echo     d:install d:
  35. echo  
  36. echo where d: is your CD-ROM drive.
  37. goto end
  38. :end
  39. exit
  40.