| View previous topic :: View next topic |
| Author |
Message |
supergrass
Joined: 21 Feb 2007 Posts: 29 Location: Australia
|
Posted: Tue Jul 08, 2008 11:51 pm Post subject: AutoHotkey on PortableApps.com |
|
|
I am a portableapps.com user. I wanted to get AutoHotkey onto the start menu and started work on it, only to find that someone else was much further along the path already.
The portable apps UI and install system is a nice way to present and use apps on a usb stick, and also helps to give programs such as AutoHotkey exposure to the wider community. If you are interested the developer is looking for beta testers.
Supergrass |
|
| Back to top |
|
 |
JoeSchmoe
Joined: 17 Feb 2008 Posts: 47
|
Posted: Wed Jul 09, 2008 12:06 am Post subject: |
|
|
That's strange. I've been using AHK as a portable application for a while on my USB flash drive, with no problem. To run script, I just run a batch file that looks like:
| Code: | @echo off
start ..\AutoHotkey.exe .\DD.ahk |
Alternatively, I sometimes compile the script (I keep the compiler on the flash drive along with the AHK executable, so it isn't hard to do).
What is the advantage of integrating the program into the PortableApps framework? The executable is already portable! |
|
| Back to top |
|
 |
neXt
Joined: 19 Mar 2007 Posts: 463
|
Posted: Wed Jul 09, 2008 12:27 am Post subject: |
|
|
this is really great, i will definitely install it in the future, just don't have a need for it on my USB at the moment. _________________ simplified csv - easy way to handle csv files. |
|
| Back to top |
|
 |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 113
|
Posted: Wed Jul 09, 2008 4:12 am Post subject: |
|
|
I've never actually tried the portableapps suite (or whatever it's called). I just download individual programs from there. Somebody should tell them that their splash screen needs a makeover (or an option to remove). _________________ I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~} |
|
| Back to top |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 123
|
Posted: Wed Jul 09, 2008 4:40 am Post subject: |
|
|
autohotkey is already portable, there is no meaning of building a portableapps build.
| Red Hat Boy wrote: | | option to remove. | there is on their .ini files _________________ [ profile | ahk.net | ahk.talk ] |
|
| Back to top |
|
 |
supergrass
Joined: 21 Feb 2007 Posts: 29 Location: Australia
|
Posted: Wed Jul 09, 2008 5:15 am Post subject: |
|
|
agreed, autohotkey is a portable app without being a portableapps app. I think that having autohotkey on the portable apps site would give the program even more exposure and attract more good developers.
And I like the portable apps UI |
|
| Back to top |
|
 |
e.n.r.i.c.a. Guest
|
Posted: Wed Jul 09, 2008 1:05 pm Post subject: |
|
|
| Have you try dragging the script to AutoHotkey.exe? |
|
| Back to top |
|
 |
supergrass
Joined: 21 Feb 2007 Posts: 29 Location: Australia
|
Posted: Thu Aug 14, 2008 11:48 pm Post subject: drag and drop |
|
|
| No, I have not enabled drag and drop for any of my copies. What is your point? |
|
| Back to top |
|
 |
|