@ECHO OFF
REM
REM Parameters:  (use turns off any prompting)
REM
REM   -L       : Force low-Resolution for oscilliscope view
REM                Good for slower systems, or systems with incompatable
REM                VESA driver.
REM   -A       : Autodetect device
REM   -G       : Force Gravis Ultrasound detection ONLY
REM   -S       : Force Sound Blaster/PRO/16 detection ONLY
REM   -M#####  : Set mixing rate to ##### (Sound Blaster only)
REM                Has a range from 5000-44000; A higher value
REM                uses more memory, and requires more system
REM                resources.  
REM

SEPLAY -A -M22000
