Using Build Command on Windows
This article explains how to use the “Build Commands” feature on Windows.
Configuring "Build Commands" and output to a file
To send the output of your command to a file, you have to wrap it in a shell:
- Go to Build > Set Build Commands.
- Enter your command in any of the build options, using the Windows command line executable, like this:
- cmd.exe /c “your command”
- Save and test your file.