home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 13 / MOBICLIC_13.ISO / pc / wanadoo / insta_pc / sos / illico.ins < prev    next >
INI File  |  1998-12-30  |  927b  |  54 lines

  1. [Entry]
  2. Entry_Name=Wanadoo illico
  3.  
  4. [Phone]
  5. Dial_As_Is=no
  6. Phone_Number=36011515
  7. Area_Code=08
  8. Country_Code=33
  9. Country_ID=33
  10.  
  11. [Server]
  12. Type=PPP
  13. SW_Compress=yes
  14. PW_Encrypt=no
  15. Negotiate_TCP/IP=yes
  16.  
  17. [TCP/IP]
  18. Specify_IP_Address=no
  19. Specify_Server_Address=yes
  20. DNS_Address=193.252.19.3
  21. DNS_Alt_Address=193.252.19.4
  22. IP_Header_Compress=yes
  23. Gateway_On_Remote=yes
  24.  
  25.  
  26. [Scripting]
  27. Name=WANAKM15.scp
  28.  
  29. [Script_File]
  30. 1= proc main
  31. 2= integer nTries = 3
  32. 3=   string szSer = "Ser?"
  33. 4= string szFTI = "WANADOO"
  34. 5= integer nLoginTimeout = 3
  35. 6=  while 0 < nTries do
  36. 7=      waitfor szSer then DoConnectFTI
  37. 8= until nLoginTimeout
  38. 9= TryAgain:
  39. 10=      transmit "^M"        ; ping
  40. 11=      nTries = nTries - 1
  41. 12=  endwhile
  42. 13=   goto BailOut
  43. 14= DoConnectFTI:
  44. 15=   transmit szFTI, raw
  45. 16=   transmit "^M"
  46. 17=   goto Done
  47. 18= BailOut:
  48. 19=    set screen keyboard on
  49. 20=    halt
  50. 21= Done:
  51. 22= endproc
  52.  
  53.  
  54.