home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / telix / telicex.arc / ICE.SLT next >
Text File  |  1988-09-12  |  131b  |  8 lines

  1. //Script that calls ICEX203...I assign it to an "F" key (@ice^M)
  2. //
  3. main()
  4. {
  5. run("c:\telix\icex203","-d",0);
  6. cputs("^M");
  7. }
  8.