AnyFile2Clip & AnyPath2Clip

Title AnyFile2Clip, AnyPath2Clip
File Name AnyFile2Clip.txt
AnyPath2Clip.txt
Description Copy path or file name to the clipboard
Author Vochomurka
Parameters -
Plugins Called clip
Icon AnyFile2Clip:

AnyPath2Clip:

Version 1.0
Updated on 28.08.2007
AnyFile2Clip:
local Path = inputpath

if(Path)
	clip.set(Path)
AnyPath2Clip:
local Folder = inputfolder

if(Folder)
	clip.set(Folder)

Comments

So as to put any single path to the clipboard, with Total Commander you should first go to the target path/file, and then execute the cm_CopyFullNamesToClip command. The above script allows to do these two steps in one.


All Scripts Total Commander TotalCmd.net PowerPro