| Events: none Actions: ActionManual( <file> [, <params> [, <dir> [, 
              <mode>]]] ) Modes: "HIDE"Example:"MAXIMIZE"
 "MINIMIZE"
 "RESTORE"
 "SHOW"
 "SHOWDEFAULT"
 "SHOWMAXIMIZED"
 "SHOWMINIMIZED"
 "SHOWMINNOACTIVE"
 "SHOWNA"
 "SHOWNOACTIVATE"
 "SHOWNORMAL" (default)
 
 ExecFile.ActionManual( "C:\Program Files\Winamp\Winamp.exe" 
            )
 ExecFile.ActionManual( "rundll32.exe", "shell32,Control_RunDLL" 
            )
 rundll32 command:  shell32,Control_RunDLL - Control Panelshell32,OpenAs_RunDLL - Open with...
 shell32,ShellAboutA Info-Box - About Windows
 shell32,Control_RunDLL desk.cpl - Display properties
 user,cascadechildwindows - Windows Sort
 user,tilechildwindows - Minimize windows
 user,repaintscreen - Refresh desktop
 shell,shellexecute Explorer - Run Explorer
 keyboard,disable - Disable keyboard
 mouse,disable - Disable Mous
 user,swapmousebutton - Swap mouse buttons
 user,setcursorpos
 user,wnetconnectdialog - Connect network drive dialog
 user,wnetdisconnectdialog - Disconnect network drive dialog
 diskcopy,DiskCopyRunDll - Copy Disk window
 shell32,SHFormatDrive - Format drive a: dialog
 shell32,SHExitWindowsEx -1 - Restart Explorer
 shell32,SHExitWindowsEx 1 - Shutdown
 shell32,SHExitWindowsEx 0 - Logoff
 shell32,SHExitWindowsEx 2 - Windows-98-PC boot
 krnl386.exe,exitkernel" - force shutdown
 rnaui.dll,RnaWizard - Dialup connect dialog, "/1" - without 
              dialog
 rnaui.dll,RnaDial MyConnect - Dialup connect dialog for "MyConnect"
 msprint2.dll,RUNDLL_PrintTestPage - Print test page dialog
 user,setcaretblinktime
 user,setdoubleclicktime
 sysdm.cpl,InstallDevice_Rundll
 |  |