![]() | aceAdvancedConsoleTState, TWorkspaceaceOperation_scriptExecute Method |
Namespace: imbACE.Services.console
[DisplayAttribute(GroupName = "script", Name = "Execute", ShortName = "exe", Description = "Basic automation facility: reads lines from the script file and executes it as it was typed by the console user. If filename parameter is * it will ask user to select script to load.")] [aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It opens the specified script (.ace) file from the scripts folder and performs commands from the script")] public void aceOperation_scriptExecute( string filename = "script.ace", int delay = 5, int repeat = 1, string askConfirmation = "" )