home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Shareware - Software Farm 2
/
wosw_2.zip
/
wosw_2
/
CPROG
/
RIE103.ZIP
/
EXAMPLE.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-25
|
347b
|
19 lines
echo off
rem then display the sample dialog box
type sample.txt
pause No icon
rem now display 6 different icons
iconload info.c
pause Icon INFO.C
iconload info4.c
pause Icon INFO4.C
iconload query3.c
pause Icon QUERY3.C
iconload dialog.c
pause Icon DIALOG.C
iconload warn.c
pause Icon WARN.C
iconload warn2.c
pause Icon WARN2.C