home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
telix
/
telicex.arc
/
ICE.SLT
next >
Wrap
Text File
|
1988-09-12
|
131b
|
8 lines
//Script that calls ICEX203...I assign it to an "F" key (@ice^M)
//
main()
{
run("c:\telix\icex203","-d",0);
cputs("^M");
}