3801
I made an attempt at supporting a few things. Here's an example ini file:Code: Text [Select]
[Settings] ; hotkey to bring up menu Hotkey=^+c ; destination locations (numbered starting at 1) to choose from ; absolute path 1=C:\ ; environment variable support 2=%TEMP% ; multiple locations, separate by | 3=C:\WINDOWS|C:\ ; hotkey for location(s) 4=^+d::C:\Documents and Settings 5=^+p::%USERPROFILE%|%TEMP%
Now to explain what is different.
First, no need to specify Total= in settings any more. Just make sure to start at 1 and increase by 1 each time. (Lines 6-13).
Multiple destinations may be specified for a single menu item -- just separate them using the | character (sometimes called 'pipe' or 'vertical bar'). (Lines 10 and 13).
A menu item may have an associated hotkey -- using the hotkey the popup menu can be bypassed altogether. (Lines 12 and 13). (Put the hotkey string after the leftmost = on the line, and put two colons right after the hotkey string.)
If the earlier was code was still in-development, this is even more so
http://ewemoa.dcmembers.com/tmp/CreateShortcutsIn.exe
SHA1: 34336f348fc6d8ff0f056b2518ff597c213952d7-ewemoa (June 08, 2010, 08:15 AM)
I don't have any significant experience getting AutoHotkey to work with Firefox. My guess is it is unlikely I would come up with anything useful in relation to Firefox any time soon.
With regard to the Windows Explorer one-to-many features I'm still considering and researching.-ewemoa (June 08, 2010, 03:35 AM)




ewemoa , what the meaning of atm. ?Sorry, it is short for "at the moment".-Contro (June 02, 2010, 07:52 PM)
and..."FARR" == "Find And Run Robot"-ewemoa (June 02, 2010, 07:56 PM)

Contro, I had a similar request, for exactly the same purpose you described - to avoid right click, send to, desktop shortcut. Skwire created an AutoHotkey script that I run in FARR when I want to create a desktop shortcut to avoid right click. The zip file called 'DesktopShortcutter.zip' is described in the following thread:
https://www.donationcoder.com/forum/index.php?topic=21927.0-jdd (June 02, 2010, 06:43 PM)
Can I have this utility ?I was going to say 'sure', except I seem to be having trouble uploading via FTP, atm.-Contro (June 02, 2010, 08:26 AM)-ewemoa (June 02, 2010, 01:35 PM)
Maybe the tool LinkChanger could be useful as well (if it is still available that is).-Shades (June 01, 2010, 06:58 PM)
not available
Best Regards-Contro (June 02, 2010, 08:23 AM)
Also, not quite what was requested, but FWIW, here's what I have locally:
1. Select something in Windows Explorer
(see attachment in previous post)
2. Bring up tool via a hotkey, choose relevant menu item, and destination
(see attachment in previous post)-ewemoa (June 01, 2010, 06:38 PM)
Look for FWIW ?-Contro (June 02, 2010, 06:30 AM)
FWIW (for what it's worth)
(Internet Slang) for whatever help it may provide; for whatever its value may be-Curt (June 02, 2010, 06:48 AM)
Maybe the tool LinkChanger could be useful as well (if it is still available that is).-Shades (June 01, 2010, 06:58 PM)
This is not precisely what you asked for, but it is really good, and it is there:CreateShortcutThere v1.0
Rightclick a file and select the contextmenu CreateShortcutThere... to choose where to place the shortcut
(see attachment in previous post)
The idea: https://www.donation...ex.php?topic=16484.0
the file: https://www.donation...ateShortcutThere.exe !-Curt (June 01, 2010, 05:59 PM)