Re: How can I call Google?

new topic     » goto parent     » topic index » view thread      » older message » newer message

> If I try:
> system("start http://www.google.com/",2)
>
> that doesn't work.
>
> The error message says it doesn't understand the command "start".

That's because 'start' is a Windows command.Try 'exec' instead.

http://www.ss64.com/bash/exec.html

ss64.com is a wonderful resource for nearly all command-line commands
for the major OSes (Windows NT/XP, Linux, OS X, and Oracle 9i).

~Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu