Jump to content

Recommended Posts

Posted

I want to read content of .exe file of other files like .com, .mp3... Is it possible. Who can help me?

$FILE = FileOpenDialog("Open",@ScriptDir,"Exe (*.exe)",1)
$OPEN = FileOpen($FILE,16+0)
$DATA = FileRead($OPEN)
FileClose($OPEN)
MsgBox(0,"DATA",$DATA)

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...