home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
MULTIMED
/
MULTI20
/
EXAMPLE7.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-10-28
|
1KB
|
68 lines
@echo off
cls
echo This is an example for the SHOW-PCX command.
echo The effect type will be in the top left corner.
delay 2
show-pcx mm1.pcx blind
echo BLIND
delay 2
TEXTMODE
show-pcx mm1.pcx drip
echo DRIP
delay 2
TEXTMODE
show-pcx mm1.pcx sand
echo SAND
delay 2
show-pcx menu.pcx crush fast
echo CRUSH
delay 2
show-pcx mm1.pcx crush
echo CRUSH
delay 2
show-pcx menu.pcx diagonal fast
echo DIAGNONAL
delay 2
show-pcx mm1.pcx diagonal
echo DIAGONAL
delay 2
show-pcx menu.pcx explode fast
echo EXPLODE
delay 2
show-pcx mm1.pcx explode
echo EXPLODE
delay 2
show-pcx menu.pcx spiral fast
echo SPIRAL
delay 2
show-pcx mm1.pcx spiral
echo SPIRAL
delay 2
show-pcx menu.pcx random fast
echo RANDOM
delay 2
show-pcx mm1.pcx random
echo RANDOM
delay 2
show-pcx menu.pcx split fast
echo SPLIT
delay 2
show-pcx mm1.pcx split
echo SPLIT
delay 2
show-pcx menu.pcx weave fast
echo WEAVE
delay 2
show-pcx mm1.pcx weave
echo WEAVE
delay 2
show-pcx menu.pcx slide fast
echo SLIDE
delay 2
show-pcx mm1.pcx slide
echo SLIDE
delay 2
textmode