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
UNC Path
Moderators: Hacker, petermad, Stefan2, white
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.
---
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
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.