mono/packages/cad/sw/tools/script/edrawings.au3
2025-02-06 21:52:16 +01:00

14 lines
352 B
AutoIt

Example()
Func Example()
While 1
; Wait 10 seconds for the Run dialogue window to appear.
; WinWait("eDrawings","",10)
; Simulate entering notepad.exe and pressing the 'ENTER' key.
; Send("{Enter}")
WinClose("eDrawings")
Sleep(100)
WEnd
; Send("{TAB}{ENTER}")
EndFunc ;==>Example