| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Command |
Description | |
| ACTIVATEWINDOW | Activate an applications window | |
| APPXSCANACCESS | AppXS integration CanAccess query | |
| APPXSGETRIGHTS | AppXS integration GetRights query | |
| APPXSLOGIN | AppXS integration login | |
| APPXSLOGOUT | AppXS integration logout | |
| ASKNOYES | Ask yes/no question to user with no as default answer | |
| ASKYESNO | Ask yes/no question to user with yes as default answer | |
| BEGINFOREGROUNDACTION | Push windows displayed afterwards to the foreground | |
| CHANGEPRINTER | Change system standard printer | |
| CHOOSEITEMFROMLIST | Let the user select an item from a list | |
| CLIPBOARDCOPYSTR | Copy a string to the Windows clipboard | |
| CLIPBOARDGETSTR | Get current string content from Windows clipboard | |
| CLOSEAPPS | Close specific applications | |
| CLOSEWINDOW | Close a specific window | |
| ENDFOREGROUNDACTION | Push windows displayed afterwards to the foreground | |
| EXITLOOP | Exit the currently running loop | |
| FILEOPENDLG | Display a file open dialog | |
| FILESAVEDLG | Display a file save dialog | |
| FINDTASK | Determine if an executable is running | |
| FINDWINDOW | Determine if a matching window can be found (obsolete) | |
| FINDWINDOWLIKE | Determine if a matching window can be found | |
| FOREACHFILE | Loop a subroutine for each file found in a folder | |
| FOREACHFOLDER | Loop a subroutine for each subfolder of another folder | |
| FOREACHIN | Loop a subroutine for each substring item of a source string | |
| FOREACHLINEINFILE | Loop a subroutine for each line in a text file | |
| GETFREEMEMORY | Get currently free memory | |
| GETINI | Retrieve inifile value | |
| GETREG | Retrieve registry value | |
| GETTOPWINDOW | Retrieve the handle of the window currently on top/in foreground | |
| INPUT | Let the user input a text value | |
| KILLAPPS | Kill specific applications if they do not close | |
| KILLTASK | Kill a specific task | |
| LOG2EVTSTATS | Add log entry to Nudger event statistics | |
| LOGOFFUSER | Logoff current user | |
| MAILTO | Send e-mail | |
| NETSENDASYNC | Send net popup message asynchroneously | |
| NETSENDSYNC | Send net popup message synchroneously | |
| OPENMAIL | Open prefilled e-mail form | |
| PAUSE | Wait a number of seconds before proceeding | |
| PING | Ping host | |
| PLAYSOUND | Play a WAV file | |
| PORTCHECK | Checks if a remote application is available | |
| PRGFORMCLOSE | Close progress window | |
| PRGFORMSETINFO | Set info text for progress window | |
| PRGFORMSETNEXT | Increase progress bar value of progress window by 1 | |
| PRGFORMSETPROGRESS | Set progress bar value of progress window | |
| PRGFORMSHOW | Show progress window | |
| PRINTFILE | Print a file | |
| PUTINI | Set inifile value | |
| REBOOTSYSTEM | Initiates a system reboot | |
| REGEXPORTTOFILE | Export a registry hive to a .reg file | |
| REGIMPORTFROMFILE | Import a .reg file to the registry | |
| SHUTDOWNSYSTEM | Initiates a system shutdown | |
| SELECTFOLDERDLG | Display a browse for folder dialog | |
| SELECTPRINTERDLG | Display a select printer dialog | |
| SENDKEYS | Send keystrokes to the active window | |
| SETMAILMETHOD | Set mail method and related options | |
| SETREG | Set registry value | |
| SETTOPWINDOW | Sets a specific window to stick to foreground or not | |
| SLEEP | Give full processor time to other processes | |
|
| ||