Jump to content

Recommended Posts

Posted

Hello

Propably a lame question, but bear with me:

- how can I create a desktop shortcut launching certain URL in Firefox (making FF a default browser is not an option?)

thx

Posted (edited)

Use "FileCreateShortcut", call the FireFox.exe and pass the URL as parameter

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Oh, a déjà-vu :D

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

FileCreateShortcut('C:Program Files (x86)Mozilla Firefoxfirefox.exe -new-window http://www.google.fi', @DesktopDir & "test.lnk")

>> no success

FileCreateShortcut('"C:Program Files (x86)Mozilla Firefoxfirefox.exe" -new-window http://www.google.fi', @DesktopDir & "test.lnk")

>> no success

I am propably missing something here...

Posted

Please (re)read the docu of function FileCreateShortcut. You have to use at least two parameters.

Or use FileGetShortcut on a shortcut that works and see what you get.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Of course :D

FileCreateShortcut("C:Program Files (x86)Mozilla Firefoxfirefox.exe", @DesktopCommonDir & "test.lnk", "", "-new-window http://www.google.fi")

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...