stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Terka
Posts: 23
Joined: Sun Oct 16, 2016 3:12 pm

stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by Terka »

Hi, can somebody please help, cant find the reason why
$exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")
stopped working for me.
Wen i double click on a file, it jumps to total commander, but it does not jump on the file selected in Everything.
therube
Posts: 4713
Joined: Thu Sep 03, 2009 6:48 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by therube »

Did the TC version change?
Does it fail for all files or only some?

What version of Everything?
Does an older/newer version of Everything (still) work?
horst.epp
Posts: 1384
Joined: Fri Apr 04, 2014 3:24 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by horst.epp »

Here it's working fine with the newest versions of Everything and Total Comander.
Using
$exec("C:\Tools\Wincmd\totalcmd64.exe" /a /o /t /s "%1")

______________________________________________________
Windows 11 Home x64 Version 22H2 (OS Build 22621.1992)
Everything 1.5.0.1352a (x64), Everything Toolbar 1.1.1
TC 11.00RC1 x64 / x86
void
Developer
Posts: 15806
Joined: Fri Oct 16, 2009 11:31 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by void »

Everything suddenly running as admin?

Please make sure Everything is installed correctly and running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Store settings and data in %APPDATA%\Everything.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything.
Does the issue persist?
Terka
Posts: 23
Joined: Sun Oct 16, 2016 3:12 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by Terka »

Seems sometimes working, sometimes not. But cant see the pattern.
NotNull
Posts: 5354
Joined: Wed May 24, 2017 9:22 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by NotNull »

Zooming in on the issue would get a lot easier if you gave some more details :D

(answering the previous questions would definitely help)
horst.epp
Posts: 1384
Joined: Fri Apr 04, 2014 3:24 pm

Re: stopped working $exec("c:\wincmd\TOTALCMD64.EXE" /O /T /A /L="%1")

Post by horst.epp »

Maybe he sometimes runs Total Commander in enhanced mode.
Then it will not work if Everything is running with normal privileges as suggested
and the Total Commander settings do not allow multiple instances.
Post Reply