#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Outfile=C:\Users\Janet\Documents\uploadFile.exe #AutoIt3Wrapper_Outfile_x64=C:\Users\Janet\Documents\uploadFile_x64a.Exe #AutoIt3Wrapper_Compile_Both=y #AutoIt3Wrapper_UseX64=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** ControlFocus("File Upload","","Edit1"); Name of the file upload window (Windows Popup Name: Open) ControlSetText("File Upload","","Edit1",$CmdLineRaw); File name ControlClick("Open","","Button1")