WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: wlodekd on July 30, 2013, 02:05:18 PM

Title: Winbatch Processing window
Post by: wlodekd on July 30, 2013, 02:05:18 PM
Dear Forum,

How to eliminate Winbatch Processing window from the backgroung while running script.

Thanks Walter
Title: Re: Winbatch Processing window
Post by: Deana on July 30, 2013, 02:22:02 PM
You can simply add the following line to the beginning of your .WBT script:

Code (winbatch) Select
WinHide("")

Or if Compiling the script into an EXE you can choose the compiler Setting: "Run Script Hidden".