create new shortcut to www/ftp-address

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

create new shortcut to www/ftp-address

Post by *StatusQuo »

Some web pages don't support (my) download-manager, so I have to use the standard "Save as"-function of the browser. For archiving I manually create a file "filename.url" containing the source URL of this file.

To do this I now start MS Expl*rer and choose "File / New / Shortcut", pasting the URL as content and naming it like the downloaded filename.

Is there already a way in TC to create this "filename.url", that I might not have found yet?
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50841
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You can do the same in Total Commander too, just make a (short!) right click on the current path and choose New - Shortcut. Then paste the URL and click OK.
Author of Total Commander
https://www.ghisler.com
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Great, although I would have to use the mouse for this (which I avoid to touch normally). :-)

I didn't find the position to click at, because when clicking a file or directory there is no entry "New" in the context menu.
Right-clicking in an empty area of a panel would also do - but in a dir full of files there is no empty area...

Is there a way for keyboard users, too? (I actually use Win-e, Alt-f-n-s to open Expl*rer and make the shortcut.)
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
Flint
Power Member
Power Member
Posts: 3511
Joined: 2003-10-27, 09:25 UTC
Location: Belgrade, Serbia
Contact:

Post by *Flint »

StatusQuo wrote:I didn't find the position to click at, because when clicking a file or directory there is no entry "New" in the context menu.
You can click on the panel title bar (the line just above the list of files/dirs, where the current path is shown).
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 11.03 / Win10 x64
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Flint wrote:You can click on the panel title bar
Yes, I have found it, thanks also to you.
But I'm still looking for a solution without using a mouse...
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
Sticky
Junior Member
Junior Member
Posts: 76
Joined: 2004-03-11, 23:29 UTC
Location: Denver, CO, USA

Post by *Sticky »

StatusQuo wrote:I'm still looking for a solution without using a mouse...
Does your shift+F10 not have the option available? If not, perhaps you can add it using a context menu editor of some kind?
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Sticky wrote:Does your shift+F10 not have the option available?
No, because in TC the text cursor is always on a file or directory - and their context menus don't have the "New" entry.
This is identical to Expl*rer, except that Expl*rer has a main menu item for this.
Sticky wrote:If not, perhaps you can add it using a context menu editor of some kind?
Unfortunately I have no idea yet, how this could be added (to the context menu of files and/or dirs). I'll think about that, read some registry entries and report if I was successful.

The optimal way IMO would probably be an internal TC-function, that could be called in the user menu.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Well, why not like that?

Code: Select all

Command: rundll32 appwiz.cpl,NewLinkHere
Parameter: %P
If you create a custom command, you can use whatever hotkey you like. No need for the cumbersome NEW menu.

Icfu
This account is for sale
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

2icfu:
Perfect, that's exactly what I was looking for! Thanks a lot!
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

~~~ News ~~~ :)

Now there's even a small AHK solution, automatically pasting the clipboard contents
and auto-detecting the file name for the target LNK/URL file, if possible (that means, the file name is contained in the URL in clipboard).

Stored in TCWiki.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

I updated the AHK tool in the TCWiki for Win7 (v1.10).

(Unfortunately MS has removed the function in Vista and reintroduced it in Win7 with changed syntax and controls. Version 1.10 of the AHK tool now also supports Win7.)
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
Post Reply