WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Desktop

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Clear Desktop

Keywords: 	 clear desktop

Here's an example of how to hide the desktop and then reshow it.
;Hide em
WinHide("Program Manager")

Message("","All hidden how")

;Show em
WinShow("Program Manager")

Message("","Showing again")

Article ID:   W14835
File Created: 2001:11:08:12:40:14
Last Updated: 2001:11:08:12:40:14