Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Getting Rid of the WB Icon while the program runs

Keywords:        Hide icon run program

Getting Rid of your WinBatch icon

There are two ways to get rid of the icon.

  1. After the script is debugged and working correctly you can add WinHide("") to the first statement of the script. If you add it before your script is finished, you won't be able to test that your program is running correctly.

    or.....

  2. If running a compiled script, select the 'Run Script Hidden' compile setting.

Article ID:   W13259
Filename:   Getting Rid of the Icon while the program runs.txt