Jump to content

Recommended Posts

Posted

Hello

the "run" comman .. is not that the same as when you push "start" and go to "run" ....

because i just made this simple litle script to start mozilla firefox and it does not work!!!!!!

Run ("firefox.exe")

but when i start it .. notthing happends!!

...........

so what is wrong .... or what comand do i use so it would work???

Posted

WTF? Try including the path to the program.

Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe")

-or-

ShellExecute("firefox.exe")

Posted (edited)

Run(@ProgramFilesDir & "\Mozilla Firefox\firefox.exe", @ProgramFilesDir & "\Mozilla Firefox\")

Edited by Dampe
Posted

U can do that, or just use the embed explorer.

IE:

IE$ = ObjCreate("Shell.Explorer.2")
$IE.navigate ("Google.com")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...