; ; AutoIt Version: 3.0 ; Language: English ; Platform: Win9x/NT ; Author: Jonathan Bennett (jon@hiddensoft.com) ; ; Script Function: ; Opens Notepad, types in some text and then quits. ; ; Run Script... Dim $Run $Run="cscript.exe " & chr(34) & "C:\J\ESI_Scripting\OpenShortText.vbs" & chr(34) & " " & chr(34) & $CmdLine[1] & chr(34) ;$Run=InputBox("$Run","OpenShortText",$Run) Run($Run) ;Wait for ###McAlertWindow###... sleep(3500) MouseClick("main",143,1135)