Search found 14 matches

by thickfreakness
Tue Dec 27, 2005 2:58 am
Forum: Quick Batch File Compiler
Topic: big problem - trojan.Win32.Agent.kl
Replies: 23
Views: 39322

some people that use my files get this problem, I have never used Mcafee

Image



Edited By thickfreakness on 1135893635
by thickfreakness
Tue Dec 27, 2005 2:54 am
Forum: Quick Batch File Compiler
Topic: Can Exe created bt QBFC run in Dos?
Replies: 4
Views: 12599

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
by thickfreakness
Mon Sep 05, 2005 10:37 pm
Forum: Quick Batch File Compiler
Topic: include function - How to...
Replies: 11
Views: 21458

Yes, this guarantee that files will be decompressed (recommended by Microsoft). When you decompress files to same folder as EXE: 1. You may not have permissions to write this folder under WinXP/2000/2003 2. EXE file runned from CD-ROM.... Ok. I can add this option to compiler: decompress to current...
by thickfreakness
Sun Sep 04, 2005 11:03 pm
Forum: Quick Batch File Compiler
Topic: include function - How to...
Replies: 11
Views: 21458

You can download latest beta from https://www.abyssmedia.com/downloads/qbfc-beta.exe and use %MYFILES% variable to get path to included files. for example @call %MYFILES%/7za.exe so included files now go to the "Application Data" folder? anyway to make them go in the same folder as the co...
by thickfreakness
Mon Jul 04, 2005 9:13 pm
Forum: Quick Batch File Compiler
Topic: ODD problem with including files
Replies: 30
Views: 44149

is it the compressing and decompressing that is the problem?

is it possible to use NO compression on included files, people can always just use UPX if they want a smaller file
by thickfreakness
Mon Jul 04, 2005 8:59 pm
Forum: Quick Batch File Compiler
Topic: ODD problem with including files
Replies: 30
Views: 44149

I still having problems ECHO OFF IF NOT EXIST %1 DATA %1 GOTO ERROR IF NOT EXIST %1 MVP2005.EXE %1 GOTO ERROR CLS ECHO. ECHO ======================================== ECHO I                       &n...
by thickfreakness
Sun Jun 26, 2005 4:38 am
Forum: Quick Batch File Compiler
Topic: Fun!
Replies: 2
Views: 8789

care to share the source code
by thickfreakness
Sat May 28, 2005 10:00 pm
Forum: Quick Batch File Compiler
Topic: ODD problem with including files
Replies: 30
Views: 44149

Thank you. I' find small bug inside decompression function. Fixed version will be ready tomorrow I'm still having the same problem using 2.0.5.6 here is the exe http://www.mindwarped.com/grass2.exe Files I included in the EXE http://www.mindwarped.com/source.rar I put a pause statement at the begin...
by thickfreakness
Sat May 28, 2005 4:28 am
Forum: Quick Batch File Compiler
Topic: ODD problem with including files
Replies: 30
Views: 44149

Yes, it is used to install game mods into MVP Baseball 2005

gfxpak inserts a image into the game
by thickfreakness
Sun May 15, 2005 1:05 pm
Forum: Quick Batch File Compiler
Topic: ODD problem with including files
Replies: 30
Views: 44149

here is the batch file gfxpak -r data\stadium\a001day.big\field0.fsh  detl.png detl gfxpak -r data\stadium\a001day.big\field1.fsh  detl.png detl gfxpak -r data\stadium\a001day.big\field2.fsh  detl.png ...
by thickfreakness
Sun May 15, 2005 4:20 am
Forum: Virtual Safe
Topic: Virtual Safe 1.2.1.4 released - New Release!
Replies: 5
Views: 38463

Registered version hide Register and Buy Now buttons. Registered Fri, 22 Apr 2005 18:20:47 UT Thank you for your recent purchase! Provided below is important information about the delivery of your products. It is recommended that you print or save this email for future reference. Should you experien...
by thickfreakness
Fri Apr 22, 2005 10:18 pm
Forum: Virtual Safe
Topic: Virtual Safe 1.2.1.4 released - New Release!
Replies: 5
Views: 38463

How about a release that taked the buy-now botton off when it is registered?
by thickfreakness
Fri Apr 22, 2005 3:48 pm
Forum: Virtual Safe
Topic: Virtual Safe 1.2.1.4 released - New Release!
Replies: 5
Views: 38463

need to update the price listed inside the software, when using the program is says 34.95. When you click the buy now button it says 39.95 here at the web site
by thickfreakness
Thu Apr 21, 2005 3:58 am
Forum: Quick Batch File Compiler
Topic: New release - Version 2.0.5.1 released
Replies: 9
Views: 17892

I have a question about #2 here is the batch file copy models.big modelstc.big fifafs -ar modelstc.big *.fsh del *.fsh ren modelstc.big modelstc.tc5 I included fifafs.exe (just a 80k file) in the build, but when I run the compiled file I get a file can not be found error Am I miss understanding what...