Decompile, to BATCH

Convert your BATch files into EXEcutable format in one click.
hellion
Posts: 1
Joined: Sat Apr 04, 2009 3:35 pm

Decompile, to BATCH

Post by hellion »

Hey i was writing a game, and i lost all copys of my source when my external drive got formatted by mistake, I need to get the source out of the compiled file but im not sure how i can??

http://odn.t35.com/dead/Bug_fix2/Install.zip


^ thats the file i need to decompile back to text/batch

How can i do this?
AndreasG
Posts: 4
Joined: Sat Aug 30, 2008 10:55 pm
Location: Munich

find your bat during executing exe

Post by AndreasG »

1. execute your exe file and dont stop it

2. goto "C:\Dokumente und Einstellungen\user\Lokale Einstellungen\Temp" or "C:\documents and settings\user\local settings\Temp"

3. there you will find the batch like bt?????.bat

user is your user name
AndreasG
Posts: 4
Joined: Sat Aug 30, 2008 10:55 pm
Location: Munich

find your bat. additional info

Post by AndreasG »

it could helpful if you have a stop in your batch file like "if exist c:\stopbatch.txt pause".
If you want to stop the exe you can create a file called "stopbatch.txt" at drive C:\ and the exe will stop.
Than you can analyse your batch file at above shown temp.