stockboy Posted November 21, 2006 Posted November 21, 2006 I want to start a web page with the default browser (ie, gozilla, ...) If I use this script it only works when my browser is already open (else I get an error) $url = "http://www.google.be" Run(@Comspec & " /c start " & $url) What's wrong?
BigDod Posted November 21, 2006 Posted November 21, 2006 Try #include <Process.au3> $rc = _RunDos("start Http://www.google.be") Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
stockboy Posted November 21, 2006 Author Posted November 21, 2006 Same error: it starts when my browser is already open, else => error
BigDod Posted November 21, 2006 Posted November 21, 2006 The problem must lie elsewhere as it is not with that bit of script. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
/dev/null Posted November 21, 2006 Posted November 21, 2006 Same error: it starts when my browser is already open, else => errorthe http protocol is probably not linked to your browser. What's the output of the command: ftype httpCheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now