home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / SCOTT195.ZIP / SCRIPT.ZIP / CALSCOTT.SLT next >
Text File  |  1995-01-02  |  398b  |  12 lines

  1. // Note: PLACE THIS FILE IN TELIX SCRIPT DIRECTORY
  2. //       This file is the counter part of scotts.slt
  3. // 
  4. // Compiled this script after edit like this: CS CALSCOTT
  5.  
  6. main()
  7. {
  8.   redial("10", 100);               // Edit the '10' for dialing listed number
  9.                                    // in your *own* dialing dir.
  10.   return;                          // return to Telix, run script
  11. }
  12.