Can Exe created bt QBFC run in Dos?

Convert your BATch files into EXEcutable format in one click.
Post Reply
Visillus
Posts: 2
Joined: Thu Dec 08, 2005 1:27 pm

Post by Visillus »

Hi, I need to create a bootable floppy and i intend to use QBFC to compile the *.bat to *.exe so to encrypt the password.

The autoexec.bat will call for the *.exe in dos

Can it work???


and also... anyway to compile the config.sys as well?


Thank! :)
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

1. No, exe compiled with QuickBFC work only under Win98/2000/XP and can't work under DOS
2. No, it is system file and during bootup loader search it by the name "config.sys". Loader can't decrypt file itself and can't call any external utilityes.
thickfreakness
Posts: 14
Joined: Thu Apr 21, 2005 3:50 am

Post by thickfreakness »

search for bat2com, if it is a fairly basic batch file bat2com will do the job and work in pain old DOS

you will want to use UPX or something like it to too, because with bat2com anyone can see your batch file with anykind of list program
Visillus
Posts: 2
Joined: Thu Dec 08, 2005 1:27 pm

Post by Visillus »

thickfreakness wrote:search for bat2com, if it is a fairly basic batch file bat2com will do the job and work in pain old DOS

you will want to use UPX or something like it to too, because with bat2com anyone can see your batch file with anykind of list program
wat is UPX? n what does it do? any example?


Thank! :)
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

Post Reply