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

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

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

Show Desktop


To toggle the desktop ( minimize all windows) create a .scf file with the following format:
;Show.scf file

[Dhell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
[Shell]
Command=2
IconFile=explorer.exe,3
The you can launch this file using the following code:
ShellExecute("Show.scf","","",@NORMAL,"OPEN")

Article ID:   W16001
File Created: 2004:03:30:15:42:08
Last Updated: 2004:03:30:15:42:08