Jump to content

Dion07

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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. 😁
  2. Like
    Dion07 reacted to Elevenster_Loading in How to put FileVersion into my clipboard after getting it?   
    @Dion07 Yes, just tried it. it works ^.^
  3. Like
    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")  
  4. Like
    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 😁
  5. Like
    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

     
  6. Like
    Dion07 reacted to Marc in How to put FileVersion into my clipboard after getting it?   
    ClipPut(FileGetVersion("\\path\file.exe"))
     
×
×
  • Create New...