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.
- 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.....
- If running a compiled script, select the 'Run Script Hidden' compile setting.
Article ID: W13259Filename: Getting Rid of the Icon while the program runs.txt