Help with script

Marc Da Puma <[email protected]> Fri, 03 Jan 2003 09:57:55 -0500
Newsgroups gmane.network.hamster
Message-ID <5.1.0.14.2.20030103095651.00b37f18@localhost>
Hello,
         This is my automate script.

#!hs2
#!load hamster.hsm

var( $try )
$try = 1
while( HamRasDial( "Sprint" ) != 0 )
   if( $try >= 3 )
       error( "dialing Failed!" )
   endif
   inc( $try )
   sleep( 10000)
endwhile


    HamNewsJobsClear
    HamNewsJobsPostDef( "news.sprint.ca,nntp" )
    HamNewsJobsPullDef( "news.sprint.ca,nntp" )
    HamNewsJobsStart( "news.sprint.ca,nntp" )

HamFetchMail( "pop3.sprint.ca", "pop3", "", "", "" )


HamRasHangup

============
         But when run it I get the message that it can't connect to my 
servers. Is there anything obviously wrong with it?

--
Marc
Dare to be naive.
- Richard Buckminster Fuller



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Flexible Keyboard is the ideal accessory for PDA users that are on the move.
http://us.click.yahoo.com/dCBVZC/WnCFAA/xGHJAA/W4wwlB/TM
---------------------------------------------------------------------~->

-- 
To post a message: [email protected]
To unsubscribe:    [email protected]
 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/