Search the Community
Showing results for tags 'file version'.
-
In the present product I have version in the About section as 4 section one like (10.00.00.2456) And the version in other products I have version number like (97.000.2456 , 10.000.2345) Is there any UDF or function to convert 4 digit format to 3 digit one.? I need that for ver...
- 11 replies
-
Hi, im trying to get the file version. "16.612.1119.0" This is what i did, and what i got. ConsoleWrite(FileGetVersion (@ScriptDir&"\SciTE4AutoIt3.exe", "FileVersion") &@CRLF) Result: ${MyVersion} What am i missing here?