Computer Science Canada

Problem with Sys.Exec

Author:  Namis [ Wed Jan 21, 2004 10:40 am ]
Post subject:  Problem with Sys.Exec

code:
body proc MoreRecipes
    if not Sys.Exec ("http://www.allrecipes.com/directory/")
            then
        put "The Sys.Exec call failed"
        put "Error: ", Error.LastMsg
    end if
end MoreRecipes


Any clue why this isnt working? sorry, I accidently posted this in tutorials :p

Author:  Namis [ Wed Jan 21, 2004 12:47 pm ]
Post subject: 

Fixed it. ;\

Author:  shorthair [ Wed Jan 21, 2004 4:16 pm ]
Post subject: 

Please do not post hte same thing twice , just worded differently , you could have posted it in your other sys.exec thread , Very Happy just to let ya know

Author:  Namis [ Fri Jan 23, 2004 10:32 am ]
Post subject: 

Quote:
sorry, I accidently posted this in tutorials :p


: