Decompile - Utility or misunderstanding?

Convert your BATch files into EXEcutable format in one click.
hmsolomon
Posts: 3
Joined: Mon Aug 15, 2005 7:01 pm

Post by hmsolomon »

Is there a way to use Quick Batch File compiler to decompile an .exe?

If not, what is the decompile key for?

Thanks,

Harold Solomon
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm

Post by Oleg Tsheglov »

Decompiler work only with EXE files created by QuickBFC. This is a stand-alone application located at QuickBFC folder.
You can run it from command line "quickbfd.exe" or use context menu of Windows Explorer.
Click left mouse button on compiled file and select "Decompile with QuickBFD..."
hmsolomon
Posts: 3
Joined: Mon Aug 15, 2005 7:01 pm

Post by hmsolomon »

Thanks. That's exactly what I needed - my version controll on batch files is lacking.
Script Snacks

Post by Script Snacks »

Is there a way to create exe files without the ablility to decompile it.

I noticed how large a file becomes once it is compiled. I have compiled a 3 kb file and it becomes 140 something kb. That's a lot of overhead. Is there a way to reduce this?
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm

Post by Oleg Tsheglov »

No, but you can protect file by password from unauthorized decompilation.
Don't forget that BAT files executed by CMD.exe or Command.com
Do you know file size for this programs? Much more when 100Kbytes :p