home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist ckit.exe goto errors
- if "%1" == "" goto errors
- if not exist %1:fruaptch.exe goto errors
- %1:fruaptch -d -o
- goto complete
- :errors
- echo To update Unlimited Adventures, please switch
- echo to the directory that UA is installed in. Then
- echo type "a:update a" if the update disk is in drive
- echo A, or "b:update b" if the update disk is in
- echo drive B.
- :complete
-