contau 0 Posted May 20, 2011 How to search a file with a relative keyword ( apart of file name)? pls Share this post Link to post Share on other sites
wakillon 403 Posted May 20, 2011 How to search a file with a relative keyword ( apart of file name)? plsSee stringinstr Functionuse like this : If stringinstr ( $_filename, $_string) <> 0 Then... AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites