home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1" == "" goto noparm
- cls
- echo
- echo █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████
- echo █████▐████████████████████████████████████████████████████████▌██████
- echo █████▐█████ Countries of the World Installation Procedure ████▌██████
- echo █████▐████████████████████████████████████████████████████████▌██████
- echo █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████
- echo █████████████████████████████████████████████████████████████████████
- echo █████ It is recommended that you run this procedure if you have █████
- echo █████ a hard drive with at least 200K free disk space. ██████████████
- echo █████████████████████████████████████████████████████████████████████
- echo █████ About to install the search software on your hard drive. ██████
- echo █████ Press break to abort or press any key to continue... ██████████
- echo █████████████████████████████████████████████████████████████████████
- echo █████████████████████████████████████████████████████████████████████
- echo █████████████████████████████████████████████████████████████████████
- pause
- @echo on
- copy %1\cow.exe \cowexe.exe
- md \discpass
- copy %1\discpass\helptext \discpass\helptext
- @echo \cowexe.exe -d%1 > \cow.bat
- @echo off
- echo █████████████████████████████████████████████████████████████████████
- echo █████ Installation complete. ███████████████████████████████████████
- echo █████ Type COW to run Countries of the World. ███████████████████████
- echo █████████████████████████████████████████████████████████████████████
- goto end
- :noparm
- echo To install Countries of the World, log onto your hard drive and type:
- echo
- echo d:install d:
- echo
- echo where d: is your CD-ROM drive.
- goto end
- :end
- exit
-