2551
Post New Requests Here / Re: coded needed launch url's
« Last post by 4wd on February 06, 2014, 09:10 PM »I honestly despair at moments like this.
1) Read a URL from the text file
2) Execute Firefox, (or Chrome), with it as an argument.
3) Go to step 1
Exactly how is this any different from what you are doing for IE?
ie. Replace this:
with this:
NOTE: Because I don't use AHK, YOU may have to tweak that line.
1) Read a URL from the text file
2) Execute Firefox, (or Chrome), with it as an argument.
3) Go to step 1
Exactly how is this any different from what you are doing for IE?
ie. Replace this:
Code: Autohotkey [Select]
- else
with this:
Code: Autohotkey [Select]
NOTE: Because I don't use AHK, YOU may have to tweak that line.
I don't use AHK
Code: Autohotkey [Select]
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- #Warn ; Recommended for catching common errors.pongo ; inicial por error al compilar sobre esta lĂnea.
- FileSelectFile, filepath
- {
- sleep 100
- }
- return

Recent Posts





