home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
ati_snd
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1992-08-14
|
3KB
|
79 lines
echo off
cls
if () == (%1) goto NO_ARG
if (a:) == (%1) goto FDISK
if (b:) == (%1) goto FDISK
if (A:) == (%1) goto FDISK
if (B:) == (%1) goto FDISK
cls
echo ┌───────────────────────────────────┐
echo │** Stereo■FX Windows 3.1 Drivers **│
echo └───────────────────────────────────┘
echo ───────────────────────────────────────────────────────────
echo ERROR: Invalid drive specified.
echo You must use drive A: or B:
echo ───────────────────────────────────────────────────────────
goto DONE
:NO_ARG
cls
echo ┌───────────────────────────────────┐
echo │** Stereo■FX Windows 3.1 Drivers **│
echo └───────────────────────────────────┘
echo This batch file needs to know what drive you wish to install
echo the files on. You must install this to a diskette.
echo ─────────────────────────
echo │ Usage: INSTALL [drive]: │
echo ─────────────────────────
echo Example: INSTALL A:
goto DONE
:FDISK
cls
echo ┌───────────────────────────────────┐
echo │** Stereo■FX Windows 3.1 Drivers **│
echo └───────────────────────────────────┘
echo ─────────────────
echo This batch file will conveniently extract this
echo diskette to a 360K or 720K floppy.
echo ─────────────────
echo Please ensure that you have a blank/formatted
echo 360K or 720K diskette ready before you continue.
echo ─────────────────
echo Press any key to continue the installation
echo or CONTROL-C to abort.
pause >nul
cls
echo ┌───────────────────────────────────┐
echo │** Stereo■FX Windows 3.1 Drivers **│
echo └───────────────────────────────────┘
echo ─────────────────
echo Decompressing...
sfx31 /e%1
if ERRORLEVEL == 0 goto OK
goto ERROR
:OK
cls
echo ┌───────────────────────────────────┐
echo │** Stereo■FX Windows 3.1 Drivers **│
echo └───────────────────────────────────┘
echo ─────────────────
echo The Windows 3.1 Stereo■F/X drivers have been successfully
echo copied to floppy. You must read the READ.ME located on this
echo disk to correctly install the sound drivers.
echo ─────────────────
goto DONE
:ERROR
cls
echo ╒══════════════════════╕
echo │ Installation failed! │
echo ╘══════════════════════╛
echo ───────────────
echo The installation has failed. Reformat the diskette
echo and try the installation again. If the problem persists
echo either download the file again, or contact ATI Customer
echo Support for assistance.
echo ───────────────
:DONE
echo
echo ATI Customer Support (416) 756-0711 9am-5:30pm EST
echo