| View previous topic :: View next topic |
| Author |
Message |
karl_strassburg Guest
|
Posted: Fri Apr 07, 2006 2:20 am Post subject: portable application |
|
|
Can AutoHotkey be run from a USB drive?
Will it work as a "portable application"?
I would like to be able to use it as a text expander on a variety of machines.
Please advise. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Fri Apr 07, 2006 4:46 am Post subject: |
|
|
AutoHotkey should work even from a 1.44 MB Floppy!
I think you can run it from the RUN Dialog like
A:\Autohotkey.exe A:\TextExpander.ahk
Regards,  _________________
 |
|
| Back to top |
|
 |
djodjolyon
Joined: 12 May 2008 Posts: 21
|
Posted: Mon Jun 23, 2008 11:46 am Post subject: |
|
|
Hi,
I'd like to use autohotkey as a portable application, but I can't figure out how to do that...
Can you tell me how to do that exactly...
I used universal extractor to decompress the installer and launch the exe file from it folder but when I wan't to lauch a script it doesn't find autohotkey.
I saw that it can work on a usb key, so wich version should I install (I didn't see any portable installation on the website.
Thanks so much |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Mon Jun 23, 2008 12:25 pm Post subject: |
|
|
| There is a zipped version you can use instead of the installer version. |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jun 23, 2008 12:51 pm Post subject: Re: portable application |
|
|
| karl_strassburg wrote: | Can AutoHotkey be run from a USB drive?
Will it work as a "portable application"?
I would like to be able to use it as a text expander on a variety of machines.
Please advise. |
and
| SKAN wrote: | | A:\Autohotkey.exe A:\TextExpander.ahk |
and
| n-l-i-d wrote: | | There is a zipped version you can use instead of the installer version. |
To make it perfectly clear, the only files you need to run a script are:
autohotkey.exe and your script.ahk
Your other option is to compile your script on your homebase machine,
then take the compiled script.exe to other machines. |
|
| Back to top |
|
 |
djodjolyon
Joined: 12 May 2008 Posts: 21
|
Posted: Tue Jun 24, 2008 11:47 am Post subject: |
|
|
Thanks.
I couldn't find the zipped file...
I'm I wrong or the edit function in the context menu isn't available in zipped version?
Perhaps I missed something... |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jun 24, 2008 12:25 pm Post subject: |
|
|
| djodjolyon wrote: | Thanks.
I couldn't find the zipped file... |
It is on the download page!! http://www.autohotkey.com/download/AutoHotkey.zip
| djodjolyon wrote: | I'm I wrong or the edit function in the context menu isn't available in zipped version?
Perhaps I missed something... |
Yes, you missed something. The context menu just opens the file in the default application (notepad on most systems). |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Tue Jun 24, 2008 1:51 pm Post subject: |
|
|
To have the contextual menu items, you'll need to run the installer, it needs to change the registry. If you plan on creating a portable version with the contextual menu options, you could add/remove the registry entries yourself.
HTH |
|
| Back to top |
|
 |
Dra_Gon
Joined: 25 May 2007 Posts: 309
|
Posted: Tue Jun 24, 2008 8:08 pm Post subject: |
|
|
Another thing, the ABSOLUTE best thing to use {IMHO} for writing/editing your scripts is PSPad. I do all my stuff on public computers from my flash drive {since I don't have a laptop } and have had no problems with them.
Ciao,
Dra'Gon _________________
For a good laugh {hopefully} >> megamatts.50megs.com
My WritersCafe profile>>
http://www.writerscafe.org/writers/BlueDragonFire/ |
|
| Back to top |
|
 |
|