|
ExplorerOpensNewTab
|
Title
|
ExplorerOpensNewTab
|
File Name
|
ExplorerOpensNewTab.txt
|
Description
|
Use Explorer to open a new Total Commander tab
|
Author
|
Vochomurka
|
Parameters
|
-
|
Plugins Called
|
win, tc
|
Icon
|
|
Version
|
1.0
|
Updated on
|
28.08.2007
|
local hh = win.handle("c=TTOTAL_CMD")
local Folder = inputfolder
if(not Folder)
quit
win.sendmessage(hh, 0x400+51, 3001, 0)
tc.cd(hh, Folder)
Comments:
Script is useful for those who either is getting accustomed Total Commander after Explorer, or just apprehends Explorer's tree view easier than Total Commander's panel view.