To change the Navigation script.


Navigation script.

In the dailup options, the service provider option is provided with some default service providers.Obviously VSNL and hundreds of other are not featured there.

 So one has to develop a script compatible with his service provider. This script file has to be stored in eudora\script\ directory with *.nav extention.I have developed one such script compatible with VSNL Mumbai ISP. To use that script ,do the following:

  1. Check in Eudora\scripts\ directory.Replace the contents of default.nav file with following:

  2. {avoid spaces in between lines and each line should start from the first line extreme left.}In the seventh line choose the number of your server,for example here 2 is chosen for giasbmc.
    ----------------------------------------------------------------------------------------
    ; DEFAULT
    set TelnetCommand=stty -echo\n telnet \{system} \{port}\n
    set CRLFProcessing=1
    cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^
    send ATDT{DialNumber}\r
    waitfor xit
    send 2 \r\n
    waitfor login:
    send {DialLogin}\r\n
    waitfor Password:
    send {DialPass}\r\n\r\n
    waitfor ENTER>
    send \r\n
    waitfor Required
    waitfor :
    send 0\r
    waitfor >

    ---------------------------------------------------------------------------------------------

  3. Save the defualt.nav file.
  4. Now you have to modify the middle script .Replace the contents of default .mid by the following:

  5. ---------------------------------------------------------------------------------------------
    ;This line must match the last "waitfor" command of your *.nav script
    waitfor >
    ---------------------------------------------------------------------------------------------


    BACK
    Sachin Bagul