Feature request: allow silent comman line operations

Comments & Suggestions, if you want a new feature suggest it here
Post Reply
rs232
Posts: 107
Joined: 2012-05-09 21:57:22

Feature request: allow silent comman line operations

Post by rs232 »

I have a couple of scripts I call via context menu that look like this to give an example:

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"
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
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: Feature request: allow silent comman line operations

Post by antp »

Maybe hiding the window is possible, I would have to check.
I don't know when I'll do an update, and the to-do list for the next update(s) is becoming longer and longer :D
pope5
Posts: 11
Joined: 2013-04-25 12:25:04

Re: Feature request: allow silent comman line operations

Post by pope5 »

I would also appreciaiate to have such a command line option like -q (for -quiet) to suppress any output to the screen.

Thank you.
Post Reply