Code: Select all
$exec("c:\totalcmd\TOTALCMD64.EXE" /O /T /L="%1")
but to a folder, TC will open the folder. If zip/rar, TC will open the zip/rar file.
zip file: "d:\ht\2.zip", tc will open "d:\ht\2.zip\" with its packer, not"d:\ht\"
rar file: "d:\ht\3.rar", tc will open "d:\ht\2.rar\" with its packer, not"d:\ht\"
folder: "d:\ht\4\", tc will directly open "d:\ht\4\", not the parent foler "d:\ht\"
How to open the parent folder?
Any answer will help.