ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Shortcut Creator

<< < (12/27) > >>

Contro:
The program seems don't see beyond the fifth line :

[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::C:\Documents and Settings\JOSE\Escritorio|D:\Documents and Settings\JOSE\Escritorio|F:\Documents and Settings\JOSE\Escritorio|I:\Documents and Settings\JOSE\Escritorio|M:\Documents and Settings\JOSE\Escritorio|N:\Documents and Settings\JOSE\Escritorio
;5=^+p::C:\Documents and Settings\JOSE\Escritorio|D:\Documents and Settings\JOSE\Escritorio|F:\Documents and Settings\JOSE\Escritorio|I:\Documents and Settings\JOSE\Escritorio|M:\Documents and Settings\JOSE\Escritorio|N:\Documents and Settings\JOSE\Escritorio|\\jose-a04555092a\C\Documents and Settings\JOSE\Escritorio
; 5=^+p::%USERPROFILE%|%TEMP%
; cadena muy larga
; 6=^+q::C:\Documents and Settings\JOSE\Escritorio|D:\Documents and Settings\JOSE\Escritorio|F:\Documents and Settings\JOSE\Escritorio|I:\Documents and Settings\JOSE\Escritorio|M:\Documents and Settings\JOSE\Escritorio|N:\Documents and Settings\JOSE\Escritorio|\\jose-a04555092a\C\Documents and Settings\JOSE\Escritorio
; aunque la acorto no aparece la opción 6 en el menú contextual.
; quito la opción seis y la ponto en lugar de la 5 en fecha 09.06.2010

Contro:
To follow the firefox addon for shortcuts
http://forums.mozillazine.org/viewtopic.php?f=38&t=1917131
 :) from Spins
-Contro (June 10, 2010, 08:39 AM)
--- End quote ---
Thanks for the link.  I intend to take a look.
-ewemoa (June 10, 2010, 03:44 PM)
--- End quote ---
I took a look and examined:


* Tab Mix Plus
* Multirow Bookmarks Toolbar
but did not figure out anything relevant to the current situation.
-ewemoa (June 10, 2010, 05:15 PM)
--- End quote ---

Don't exists.
That is the answer. I have revised all the addons .
Perhaps is difficult.

Contro:
IN the past I need environmental variables and have no utility because need to reiniate the system to take place.
It's better define an inmediate variable.
You must get simple and inmediate solution.
I have locate several programa for this purpose I because of that I have ask you to have and additional option in the contextual menu after the hotkey.
There are many ways doing things, but the way you are developing is the best one to complementary with other solutions.
At the present moment all we need is solve the one to many copy in a simple way.

I have observed the code proposed under the hotkey : Control+Shift+s even do very well when we select several icons at the once tipe.
And this is the to single one many to many places.

 :P

ewemoa:
IN the past I need environmental variables and have no utility because need to reiniate the system to take place.
-Contro (June 11, 2010, 06:18 PM)
--- End quote ---
I use batch (.bat) files to set environment variables -- this way I do not need to restart my system (or log off and then on) to make adjustments.

For example, I have done something similar to the following successfully:

1. Create a file named CreateShortcutsIn.bat in the same directory where CreateShortcutsIn.exe is located.

2. Put the following in the file named CreateShortcutsIn.bat:

set MYCOMMONPATH=Documents and Settings\JOSE\Escritorio
set ONE=C:\%MYCOMMONPATH%
set TWO=D:\%MYCOMMONPATH%
set THREE=F:\%MYCOMMONPATH%
set FOUR=I:\%MYCOMMONPATH%
set FIVE=M:\%MYCOMMONPATH%
set SIX=N:\%MYCOMMONPATH%
start CreateShortcutsIn.exe

--- End quote ---

3. Put the following in CreateShortcutsIn.ini:


--- Code: Text ---[Settings]; hotkey to bring up menuHotkey=^+c; destination locations (numbered starting at 1) to choose from; absolute path1=C:\; environment variable support2=%TEMP%; multiple locations, separate by |3=C:\WINDOWS|C:\; hotkey for location(s)4=^+d::C:\Documents and Settings5=^+p::%ONE%|%TWO%|%THREE%|%FOUR%|%FIVE%|%SIX%
4. Use CreateShortcutsIn.bat (the batch file) to start the program (e.g. double-click its icon).

Does that sort of thing work for you?

ewemoa:
I would like to modificate the script CTRL+SHIFT+S to modify during the shortcut copy the comment in it.
-Contro (June 10, 2010, 08:29 AM)
--- End quote ---
If there are multiple destination folders, do you want to specify a comment for each destination separately, or should all destinations use the same comment?

Please provide an example.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version