Skip to content

Commit

Permalink
Applied v1.3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrenner authored Sep 29, 2017
1 parent 563965e commit bcbd691
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SilentCMD executes a batch file without opening the command prompt window. If required, the console output can be redirected to a log file.

<table>
<tr><td>Download:</td><td><a href="https://github.com/ymx/SilentCMD/releases/download/v1.2/SilentCMD.zip"><strong>SilentCMD_1.2.zip</strong></a> (7 KB)</td></tr>
<tr><td>Download:</td><td><a href="https://github.com/ymx/SilentCMD/releases/download/v1.3/SilentCMD.zip"><strong>SilentCMD_1.3.zip</strong></a> (7 KB)</td></tr>
<tr><td>Operating System:</td><td>Windows 7 or newer</td></tr>
<tr><td>License:</td><td><a href="/LICENSE?raw=true">MIT</a></td></tr>
</table>
Expand All @@ -13,8 +13,9 @@ SilentCMD executes a batch file without opening the command prompt window. If r
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).
/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 batch file by x seconds
```

#### Examples
Expand All @@ -23,6 +24,7 @@ Options:
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
```

### Use Cases
Expand Down

0 comments on commit bcbd691

Please sign in to comment.