| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Execution |
|
See also |
CMDASYNC, CMDSYNC, EXECSHELL, SHELLASYNC |
Performs the specified method for the specified file as shown in file context menu. Remember that for each file type/extension the context menu may show different methods/menu items. Further the displayed text may not correspond with the name of the action. A possible different method name you can lookup in the registry under the filetype->shell key.
It is a asynchroneous program call - means that the SCRIPT IMMEDIATELY CONTINUES WITH THE NEXT LINE OF CODE.
CMDFILEMETHOD <Method>, <Filename>
|
Part |
Description | |
| <Method> | Method that should be performed for the file. | |
| <Filename> | Filename for that the method should be executed. | |
|
| ||