May search the file you want is easier. If you use this program. If there are errors where additional help with editing. #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> $hForm = GUICreate("File Search Manager", 410, 204, -1, -1) $Inp_foldpath = GUICtrlCreateInput("", 16, 32, 300, 21, BitOR($ES_AUTOHSCROLL,$ES_READONLY)) GUICtrlSetBkColor(-1, 0xFFFFFF) $Lbl