
Dion07
-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
Dion07 got a reaction from Elevenster_Loading in How to put FileVersion into my clipboard after getting it?
Thank you guys. You've been a great help. 😁
-
Dion07 reacted to Elevenster_Loading in How to put FileVersion into my clipboard after getting it?
@Dion07 Yes, just tried it. it works ^.^
-
Dion07 reacted to Nine in How to put FileVersion into my clipboard after getting it?
Or maybe this ?
Local $sVersion = FileGetVersion("\\path\file.exe") If Not DirCreate (".\" & $sVersion) Then Exit MsgBox (0,"Error","Unable to create folder")
-
Dion07 got a reaction from Elevenster_Loading in How to put FileVersion into my clipboard after getting it?
Well now that was just too easy 😁
-
Dion07 reacted to Elevenster_Loading in How to put FileVersion into my clipboard after getting it?
Local $File_Version = FileGetVersion("file.exe") Hello there, i think you should start by putting that file version in a variable so you can use it later to create your folder
-
Dion07 reacted to Marc in How to put FileVersion into my clipboard after getting it?
ClipPut(FileGetVersion("\\path\file.exe"))