Jump to content

Recommended Posts

Posted

Hello,

I have a small problem.

I would know how can I identify the comments of an executable file.

I can telle you I have many files. And I saw a post dealing with this subject... but I haven't found.

thank you

post-24962-1226868153_thumb.jpg

Qui ose gagneWho Dares Win[left]CyberExploit[/left]

Posted

The command does not return anything

Read the help file for more information about FileGetVersion()

it's working for me...

like (a part from my script)

$cn = FileGetVersion($CmdLineRaw, "CompanyName")
If $cn = 1 Or "" Then
    $cn = "Not Available"
    If FileGetVersion($CmdLineRaw, "Company") = 1 Or "" Then
        $cn = "Not Available"
    Else
        $cn = FileGetVersion($CmdLineRaw, "Company")
    EndIf   
Else
    $cn = FileGetVersion($CmdLineRaw, "CompanyName")
EndIf
Enjoy the complexity.Feel the power of simplicity.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...