| View previous topic :: View next topic |
| Author |
Message |
hellion
Joined: 04 Apr 2009 Posts: 1
|
Posted: Sat Apr 04, 2009 3:38 pm Post subject: Decompile, to BATCH |
|
|
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? |
|
| Back to top |
|
 |
|
|
AndreasG
Joined: 30 Aug 2008 Posts: 4 Location: Munich
|
Posted: Sun Apr 12, 2009 9:39 am Post subject: find your bat during executing exe |
|
|
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 |
|
| Back to top |
|
 |
AndreasG
Joined: 30 Aug 2008 Posts: 4 Location: Munich
|
Posted: Sun Apr 12, 2009 9:44 am Post subject: find your bat. additional info |
|
|
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. |
|
| Back to top |
|
 |
|