home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
telix
/
telicex.arc
/
PCPX24.SLT
< prev
next >
Wrap
Text File
|
1988-09-12
|
328b
|
24 lines
//
//Script to log on to Telenet's local access number and call ICEX203
//
str T_ID[] = "D1";
str cr[] = "^M";
main()
{
alarm(2);
{
cputs_tr("@~D~^M~~");
}
cputs(T_ID);
cputs("^M");
if (not waitfor("@", 20))
{
prints("Log-on failed!");
return;
}
run("c:\telix\icex203","-d",0);
}