Hi!
I use TCMA pack v0.58 and Everything 1.3.1.636b
"C:\Program Files\Total CMA Pack\Total CMA Pack.exe"
I like to set this for default to open path when I double click on a file or a folder. I don't want to run the files. I want to see the selected file or folder in one of my total commander panel.
Please tell me the different settings in XP(x86), Win7 (x86, x64), Win8 (x86, x64)
I try to write the .ini file and the options but it wasn't succesful.
So please write me the details and steps of settings!
Thanks!
Sorry my english is poor. I hope you can understand me.
Total cma pack settings
Re: Total cma pack settings
To change the default application to open paths:
Also please note environment variables in the specified command are not expanded. This is a bug in all versions of Everything.
These issues should be fixed for the next release of Everything.
- In Everything, from the Tools menu, click Options.
- Click the Context menu tab.
- Select Open Path and change the command to:
Code: Select all
"C:\Program Files\Total CMA Pack\Total CMA Pack.exe" "%1"
- Click OK.
Also please note environment variables in the specified command are not expanded. This is a bug in all versions of Everything.
These issues should be fixed for the next release of Everything.
Re: Total cma pack settings
Thanks! It works. There are two exe files in that dictionary. First I choose the wrong
The working order is:
$exec("C:\Program Files\Total CMA Pack\TOTALCMD.EXE" "%1")
The working order is:
$exec("C:\Program Files\Total CMA Pack\TOTALCMD.EXE" "%1")