home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Installation Guide - Dragon Clan Series
/
CD1.iso
/
MPEG
/
WFSMP11
/
DOSUTIL
/
AUTOPLAY.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-04-06
|
231 b
|
14 lines
@echo off
if %1"x" == "x" goto errmsg
echo Press SPACE key to switch VGA/Video
echo Press Escape key to exit
pause
:main
mpeg %1
if errorlevel 1 goto end
goto main
:errmsg
echo Usage: AUTOPLAY mpeg-file
goto end
:end