Hello,
I've got a couple of batch files, which I'd prefer to run silently i.e. without the cmd window that briefly appears. I've set shortcut buttons for them in DOpus. For example, the command for one of these buttons in the Advanced Command Editor is:
cd "C:\Users\Username\Location of batch files"
@async:"Batch file 1.bat" {filepath|noterm}
This will run them non-silently. Is there a simple way to launch these silently? With and/or without admin rights? I know of some external means to accomplish this like SilentCMD, using the Task Scheduler etc. but when I try launching these batch files from DOpus, the cmd prompt will always appear in any case. Perhaps there's a different command for it?
Thank you