BUG: open_folder_cmd not being read?

General discussions and questions.
Post Reply
Anti-Distinctlyminty
Posts: 23
Joined: Sat Jan 08, 2022 4:15 pm

BUG: open_folder_cmd not being read?

Post by Anti-Distinctlyminty »

In my config.json I have the following

Code: Select all

	"OS_windows":{
		"af_rendercmds":["mstsc /v:@ARG@","start ping /t @ARG@","start ping /t @IP@"],
		"open_folder_cmd":"exolorer \"@PATH@\"",
		...
	}
I then run afcmd, I noticed that it picks up my modified af_rendercmds, but the open_folder_cmd is missing.
I am trying to get the folders to open in Directory Opus, as Windows Explorer always fails. If I go to Start > Run then type

Code: Select all

explorer T:/Some/output/path
then it does open Directory Opus, as expected.

Is the open_folder_cmd workng?
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: BUG: open_folder_cmd not being read?

Post by timurhai »

Hi!
Afanasy does not reads and uses this variable.
This is used by Keeper.

AfWatch always uses explorer on Windows, this is build-in.
But it is not a big deal to make afwatch to use it.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: BUG: open_folder_cmd not being read?

Post by timurhai »

Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Anti-Distinctlyminty
Posts: 23
Joined: Sat Jan 08, 2022 4:15 pm

Re: BUG: open_folder_cmd not being read?

Post by Anti-Distinctlyminty »

That's great, thank you.
Post Reply