Feature request: allow silent comman line operations
Posted: 2023-09-25 08:48:02
I have a couple of scripts I call via context menu that look like this to give an example:
Now, this opens briefly the GUI to execute the script to then close the GUI. Overall it's a relatively fast process however I would consider an improvement allowing for an additional parameter to renamer.exe e.g. -q or something that allows to execute the script without opening the GUI at all.
my 2 cents
Code: Select all
[HKEY_CLASSES_ROOT\Folder\shell\AntRename 1 - simple\command]
@="C:\\Program Files (x86)\\Ant Renamer\\renamer.exe -b c:\\directory_rename.arb -aF %1 -g -x"
my 2 cents