UNC Path

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
creed3261
New Member
New Member
Posts: 1
Joined: 2007-06-25, 22:15 UTC

UNC Path

Post by *creed3261 »

I use the F5 button to provide the pathway to copy for use as URLs in e-mails etc. In my e-mail it appears as a UNC pathway; in recipients e-mails it appears as a drive letter mapping. As they do not have the same mappings the hyperlink fails.

Is it possible to set up the interface so that I can use drive letters (via the command line) to switch drives but so that the UNC is shown rather than drive letters?

Note that I can set up UNC mappings via the 'cntrl D' option but this takes extra clicks to switch drives and I was hoping it could be achieved via the command line.

Perhaps there is another way of achieveing this?

Thanks :D
User avatar
RID500
Member
Member
Posts: 194
Joined: 2006-11-20, 12:38 UTC

Post by *RID500 »

What?
You paste an UNC path into an eMail
and the other get an eMail with Drive letters ?

Anyway.

You could use (in TC7)
cm_CopyNetNamesToClip=2021;Copy names with UNC path to the clipboard

to get the UNC path to the clipboard.


See the file "TOTALCMD.INC" for such commands.

Code: Select all

E:\tcmdr700orig> find "UNC" totalcmd.inc

---------- TOTALCMD.INC
cm_CopyNetNamesToClip=2021;Copy names with UNC path
cm_CopyNetFileDetailsToClip=2038;Copy all columns, with UNC path


---
BTW:
You could also use an advantaged menu file
to see this commands in the TC menu.
http://www.ghisler.ch/board/viewtopic.php?t=12003
/join #TCMD Chat at irc.freenode.net - Today's newbies are tomorrow's experts.
Post Reply