Posted: 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
Sponsor Sponsor
Namis
Posted: Wed Jan 21, 2004 12:47 pm Post subject: (No subject)
Fixed it. ;\
shorthair
Posted: Wed Jan 21, 2004 4:16 pm Post subject: (No subject)
Please do not post hte same thing twice , just worded differently , you could have posted it in your other sys.exec thread , just to let ya know
Namis
Posted: Fri Jan 23, 2004 10:32 am Post subject: (No subject)