GoClipped

Title GoClipped
File Name GoClipped.txt
Description Move the cursor to the file (or open the directory) whose name is in the clipboard
Author Vochomurka
Parameters -
Plugins Called win, clip
Icon
Version 2.0
Updated on 18.04.2019
local Path = clip.get
static Quote = esc(?+\"+, ?+\+)

if(not validpath(Path)) do
	messagebox ("ok", "Invalid path: " ++ Path, "GoClipped script")
	quit
endif

local hwnd = win.handle("c=TTOTAL_CMD")
local Exepath = win.exepath(hwnd)
do(Exepath, "/O /T /S /L=" ++ Quote ++ Path ++ Quote)

All Scripts Total Commander TotalCmd.net PowerPro