To log command line output

Many binary executable files or commands in windows commandline either provide the output in command line or no output at all.

To such scenario, below solution in AutoIT is useful to redirect the output to a log file.
Change the below variable with your command in the test.au3 file.

$sBuildCommand = “Command to execute” 





GitHub Page for code snippets.


You can download the code snippets from below link.

Code Snippets

Comments

Popular posts from this blog

How to repackage any application

send email using Powershell