home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / frua12 / update.bat < prev   
Encoding:
DOS Batch File  |  1994-12-31  |  393 b   |  14 lines

  1. echo off
  2. if not exist ckit.exe goto errors
  3. if "%1" == "" goto errors
  4. if not exist %1:fruaptch.exe goto errors
  5. %1:fruaptch -d -o
  6. goto complete
  7. :errors
  8. echo To update Unlimited Adventures, please switch
  9. echo to the directory that UA is installed in. Then
  10. echo type "a:update a" if the update disk is in drive
  11. echo A, or "b:update b" if the update disk is in
  12. echo drive B.
  13. :complete
  14.