Hi,
I am develop the auto install script.
At first , I have to run the installation package like " Run("FurMark_1.37.2.0_Setup.exe")"
The install package will upgrade, now it is 1.37.2.0 maybe later it will be 1.37.2.1. So I want to do Fuzzy matching.
I tried Run("FurMark_*_Setup.exe") or " Run("FurMark")" but failed.
Could you please show me the way? thank you !