Link to home
Start Free TrialLog in
Avatar of LuckyLucks
LuckyLucks

asked on

Saving a batch file as text and opening to read its contents

Hi:

 I  renamed a batch file as text (I can view the file extensions so for sure its called blah.exe.txt). Then I R-Click and Edit. But the contents are all garbled and not in human readable format. How can I get to read the contents of my batch file?

Thanks
Avatar of oBdA
oBdA

Well, if it's called "blah.exe.txt", then the file underneath is not batch file, but an exe file, and exe files come in binary form.
If it's a "compiled" batch file, you'll need to check if the compiler offers an option to decompile.
Avatar of LuckyLucks

ASKER

Thank you.

Ok so I did rename it to blah.txt , and did the same R-Click and Edit, but that didnt do the trick.

How can I check if its a compiled batch file as opposed to'non-compiled'? And where can I get hold of the compiler and check its option? The author is not around anymore.
Can you post the blah.exe.txt file here, so we can analyze it?

~bp
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Start wordpad, try opening the file with that. Is it readable now?

If not, can you post a screenshot of the opened file in wordpad or notepad?