home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Der Mediaplex Sampler - Die 6 von Plex
/
6_v_plex.zip
/
6_v_plex
/
DISK2
/
MULTI_04
/
GIFV412.ZIP
/
GIFV.SLF
< prev
next >
Wrap
Text File
|
1993-02-18
|
356b
|
16 lines
;
; GIFV.SLF
; This script shows the usage of the IFEXIST command.
; Basically if there is a file called F:\CINDY8.GIF it will
; display it, otherwise it will beep 3 times
;
slide-type-normal
ifexist f:\cindy8.gif :loadc8
goto :cont2
:loadc8
load f:\cindy8.gif
goto :exit
:cont2
beep 3
:exit