| View previous topic :: View next topic |
| Author |
Message |
mephitic
Joined: 02 Jul 2005 Posts: 2
|
Posted: Sat Jul 02, 2005 9:53 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|
|
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Sun Jul 03, 2005 3:17 pm Post subject: |
|
|
1. Yes, you can include any file.
2. Just a file name without path: myprogram.exe or myfile.htm |
|
| Back to top |
|
 |
mephitic
Joined: 02 Jul 2005 Posts: 2
|
Posted: Sun Jul 03, 2005 3:49 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Mon Jul 04, 2005 9:44 pm Post subject: |
|
|
| Yes, i Know about this problem, we fix it now and new version will be uploaded tomorrow |
|
| Back to top |
|
 |
DEV_1
Joined: 06 Jul 2005 Posts: 1
|
Posted: Wed Jul 06, 2005 12:48 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Wed Jul 06, 2005 6:49 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
|