Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SilentCMD new feature #1

Closed
DatamationNet opened this issue Jul 13, 2017 · 2 comments
Closed

SilentCMD new feature #1

DatamationNet opened this issue Jul 13, 2017 · 2 comments

Comments

@DatamationNet
Copy link

SilentCMD [BatchFile [BatchArguments]] [Options]

Options:
/LOG:file :: output status to LOG file (overwrite existing log).
/LOG+:file :: output status to LOG file (append to existing log).
/DELAY:seconds ( delay the execution of BAT/CMD file by xxxx seconds )

Examples
SilentCMD c:\DoSomething.bat
SilentCMD c:\MyBatch.cmd MyParam1 /LOG:c:\MyLog.txt
SilentCMD c:\MyBatch.cmd /LOG+:c:\MyLog.txt
SilentCMD c:\MyBatch.cmd /DELAY:3600 /LOG+:c:\MyLog.txt

--- Very useful at boot for NET commands

@stbrenner
Copy link
Owner

@DatamationNet, thanks for submitting. Good proposal. I will implement it soon.

@Inversion-des
Copy link

@stbrenner thank you for such a great tool!
I tried to use rubyw.exe (runs windowless) but if inside I use something like this
system "mogrify -resize 1024x1024 img.jpg" — it creates a visible cmd window when running.

SilentCMD made everything silent 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants