home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist "C:\raid\raid.exe" goto fc
- goto error
- :fc
- echo Copying update file...
- copy e2t5h C:\raid\dat
- goto end
- :error
- echo Zone Raiders was not found at the default directory.
- echo Please check that the path and file names are correct.
- Echo
- echo If necessary, please follow the manual installation
- echo instructions included with the update disk.
- goto eend
- :end
- Echo
- echo
- echo The file has been successfully copied to your hard drive.
- echo Update complete.
- C:
- cd\raid
- echo
- echo Type "RAID" to play Zone Raiders.
- goto eend
- :eend
- echo
-