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:

  1. Go to Build > Set Build Commands.
  2. Enter your command in any of the build options, using the Windows command line executable, like this:
    • cmd.exe /c “your command”
  3. Save and test your file.
Print/export