home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- REM *********************************************************
- REM * *
- REM * Microsoft Publisher 98 Trial Version Installation *
- REM * Microsoft Corporation *
- REM * All Rights Reserved *
- REM * *
- REM *********************************************************
-
- REM Unpack cabinet files
-
- Extract /E pub98TR1.cab
- @if errorlevel 1 goto failed
- Extract /E pub98TR2.cab
- @if errorlevel 1 goto failed
- Extract /E pub98TR3.cab
- @if errorlevel 1 goto failed
- Extract /E pub98TR4.cab
- @if errorlevel 1 goto failed
- Extract /E pub98TR5.cab
- @if errorlevel 1 goto failed
-
- REM Run Publisher98 Setup
- Setup.exe
- @goto alldone
-
- @:failed
- @echo
- @echo Failed to extract cabinet files correctly.
- @echo
- @echo You may have run out of disk space or one of the cabinet
- @echo files may have become corrupted.
-
- @:alldone