home *** CD-ROM | disk | FTP | other *** search
- @echo off
- Cls
- Echo.
- Echo Ultima 8 Adlib Patch
- Echo.
- Echo (c)1994 Origin Systems Inc.
- Echo ---------------------------
- Echo.
- Echo.
-
- if .%1==. goto error
-
- Echo Copying files...
-
- copy resource.001 %1\install.exe > nul
- copy resource.002 %1\sound\ailadlib.dll > nul
-
- Echo Now Please Rerun the INSTALL.EXE file in your Ultima 8 Directory.
- Echo.
-
- goto end
-
- :error
-
- Echo FORMAT: SETUP [ultima8_dir]
- Echo Ex: SETUP C:\ULTIMA8
- Echo.
-
- :end
- Echo.
-