Help with Include feature

Convert your BATch files into EXEcutable format in one click.
Post Reply
mephitic
Posts: 2
Joined: Sat Jul 02, 2005 9:48 pm

Post by mephitic »

First question I guess is it possible to compile small .exe and .com file with the batch file?

Second question, if it is how to do refer to them in the batch file? (i.e. c:\file.exe? c:\temp\file.exe? - Whats the path to it?)

Thanks for the help and the great product!
MePH
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

1. Yes, you can include any file.
2. Just a file name without path: myprogram.exe or myfile.htm
mephitic
Posts: 2
Joined: Sat Jul 02, 2005 9:48 pm

Post by mephitic »

Does this work in the trial version? When I build the file and try and run the program just using the filename, I get an error that the file does not exist.

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

Post by Oleg Tsheglov »

Yes, i Know about this problem, we fix it now and new version will be uploaded tomorrow
DEV_1
Posts: 1
Joined: Wed Jul 06, 2005 12:31 pm

Post by DEV_1 »

Using QBFC 2.0.7.1 include feature (small footprint .exe file included, bat file is only about 5 lines long)...QBFC compiles okay..executes okay but on finishing execution (not before) deletes included file from the location where it was included from..Is this a bug?? Thanks
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

No, this is not a bug. Included files extracted any time before execution and deleted after program closed.
Just copy this file to another location during execution...
Post Reply