#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Res_Description=KeyPadEnter #AutoIt3Wrapper_Res_Fileversion=1.0.0.1 #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y #AutoIt3Wrapper_Res_Language=1033 #AutoIt3Wrapper_Run_Stop_OnError=y #AutoIt3Wrapper_Run_After=d:\dropbox\signfilesem.exe "%out%" #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** If WinExists("Basilisk") Then WinActivate("Basilisk") Send("{NumPadEnter}") ElseIf WinExists("SheepShaver") Then WinActivate("SheepShaver") Send("{NumPadEnter}") EndIf