SilentCMD icon indicating copy to clipboard operation
SilentCMD copied to clipboard

SilentCMD executes a batch file without opening the command prompt window.

Results 5 SilentCMD issues
Sort by recently updated
recently updated
newest added

If you launch PowerShell from Task Scheduler (+ parameters) a console will flash for a moment even using "-WindowStyle hidden". Do you know an equivalent of SilenCMD to hide PowerShell...

When we only put filename, and run silentCMD under elevated mode (run as administrator), it cannot find the file. ``` test.bat ``` I have to change the `Environment.CurrentDirectory` + filename...

Is there a way to print the log timestamps in international format? `YYYY-MM-DD HH:MM:SS.ms (24 hr)` So that the timestamp is consistent regardless of user's OS region settings! This also...

Would it be worth mentioning in the README that prepending SilentCMD with `start ""` can prevent the command prompt from appearing at all ([source](https://stackoverflow.com/a/14626301))? I found it useful for startup...

Is there a way that this utility can support any installed .NET Framework? It prompts to install .NET 3.5 if it isn't installed.