sl_alagappan 0 Posted September 1, 2004 will the @AutoItVersion macro be available in AutoitX DLL? This will help to check the right version of AutoitX DLL is installed in client machines. Share this post Link to post Share on other sites
sl_alagappan 0 Posted September 1, 2004 many macros/functions/methods available in AutoiT are not available in AutoiTX. Could be of reason that the programming languages where the AutoitX is used, may already have it. Any possibility of adding all/more macros/functions/methods in AutoitX as in AutoIT? Share this post Link to post Share on other sites
Jon 1,009 Posted September 1, 2004 many macros/functions/methods available in AutoiT are not available in AutoiTX. Could be of reason that the programming languages where the AutoitX is used, may already have it. Any possibility of adding all/more macros/functions/methods in AutoitX as in AutoIT? Yeah, I've not added anything that "should" already be in any decent language. It's very time consuming maintaining AutoItX already. But if there is a command that everyone particularly wants adding I can look at it. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
bshoenhair 0 Posted September 1, 2004 will the @AutoItVersion macro be available in AutoitX DLL? This will help to check the right version of AutoitX DLL is installed in client machines. <{POST_SNAPBACK}>You can acheive this by using the Function GetFileVersion from the filesystemobject which is listed in the MSDN Library. Share this post Link to post Share on other sites