Ways to Run WinBatch Scripts

 

WinBatch scripts are simple text files, but they can be launched in many different ways:

 

  • run from icons in the Windows Explorer, Desktop, or Task Bar.

  • as automatic execution macros for Windows via the Startup directory.

  • from macros in word processors and spreadsheets

  • from the Task Bar "Start ..Run..." command line entry in Windows

  • by double clicking or dragging and dropping file names in the Windows Explorer.

  • from other WinBatch scripts to serve as single or multiple "agents", event handlers or schedulers

  • from any Windows application or application macro language that can execute another Windows program such as Visual Basic and PowerShell

 

 

What is WinBatch?

What can WinBatch do?

Writing a Script

Running a Script

Menu Files