Total cma pack settings

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Chender
Posts: 5
Joined: Wed Dec 29, 2010 10:03 pm

Total cma pack settings

Post by Chender »

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.
void
Developer
Posts: 15581
Joined: Fri Oct 16, 2009 11:31 pm

Re: Total cma pack settings

Post by void »

To change the default application to open paths:
  • 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.
Please note, the ini option to change the default application to open paths is currently bugged in 1.3.1.636b.
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.
Chender
Posts: 5
Joined: Wed Dec 29, 2010 10:03 pm

Re: Total cma pack settings

Post by Chender »

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")
Post Reply