Hello ppl, something along these lines is what im searching for...
Meaning the script would search for any exe with "Flash Player" in its name, and disregard the version number.
I was thinking about making it search for an exe with "Flash Player" in its filename, and retrieve it's full name to the variable,
but maybe someone knows a simpler way.
Thanks.
[ autoit ]
$Exe = "Flash Player" & * & ".exe"
Meaning the script would search for any exe with "Flash Player" in its name, and disregard the version number.
I was thinking about making it search for an exe with "Flash Player" in its filename, and retrieve it's full name to the variable,
but maybe someone knows a simpler way.
Thanks.