Quick Batch File/ScriptCryptor Extractor v1.0

Just as the Quick Batch File Decompiler it's a small console app to extract the script for a QBFC-Exe.
But it also extracts all the included files (what QBFC-Decompiler can't do) and also supports ScriptCryptor - the great brother of QBFC- where an extractor was totally missing so far.
And of course it's open source! I wrote this to as exercise get more practice with pascal/Delphi. (Better than to code the 10.000th useless app to calculated the area of a square, triangle or what ever)
Btw. I got somehow disapointed about the big exe Delphi2005 produces and the compiler that don't strips of unsed Library function, just one single 'Uses Forms,...' and whops ya exe grows about 400KB - even if you don't make use of any function of in 'Forms'. Even in my app 95% of the size is 'wasted' by comman librarys functions of which about ~50% are never called. But well that's an other story...
Script Extractor is meant to become a small of UniExtract by Jared Breland
UniExtract is very practical wrapper for different Installation and Archive Unpacker.
Found bug's, new idea or just like/ dislike it ?
Let me know.
