when_changed icon indicating copy to clipboard operation
when_changed copied to clipboard

How to run another program after "when_changed" was called?

Open Ziggizag opened this issue 10 months ago • 1 comments

Simple scenario.

W want to run Firefox preventing some some corporate soft from manipulating it's configuration files while executed.

If I first run "when_changed" and then Firefox, then I am able to "catch" config files between Firefox load them, but after they were altered by corporate demons and restore my configuration. I would love to have one ".bat" file to click. It should execute "when_changed" and then start Firefox. But now, when "change_file" is executed, it stays in its own loop and does not execute Firefox.

Any idea?

Ziggizag avatar Apr 26 '24 21:04 Ziggizag

Try starting when _changed with start /b

benblamey avatar Apr 27 '24 07:04 benblamey