Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.82 KB

README.md

File metadata and controls

54 lines (29 loc) · 1.82 KB

Batch Runner

Quickly run batch (.bat / .cmd / .btm) files in the VS Code terminal:


Context menu option: "Run Batch File in Terminal"


Ways to execute a batch file

Hotkey

If the active document is a batch file, press F5 to execute it.


Right Click Menu

This extension adds the option "Run Batch File" when right clicking any batch file in the explorer.

Context menu option: "Run Batch File in Terminal"


Button

When a batch file is open in the editor a small icon is added to the top right corner which can be used to execute the file.

Button: Run Batch File


Running Batch file as administrator

If you wish to run the batch file with administrator privileges there are a few ways to do so:

  • Command: Run Batch File as Administrator

  • Context Menu: Holding down Alt when right clicking a file in the explorer will provide you with the option to run the batch file as administrator.

  • By clicking the dropdown arrow next to the run button:

    Button: Run Batch File


Feedback, Bugs or Requests

If you have any questions, feature requests or run into any bugs, don't hesitate to get in contact with me:

Report an issue
Personal Website
Twitter