Search found 5 matches

by deathtrip2k
Wed Aug 06, 2008 11:59 pm
Forum: Quick Batch File Compiler
Topic: Menu does not display
Replies: 8
Views: 18503

i wrote the code myself, works when i convert the code from bat to exe with another converter i have. but not with QBC
by deathtrip2k
Mon Aug 04, 2008 10:52 pm
Forum: Quick Batch File Compiler
Topic: Menu does not display
Replies: 8
Views: 18503

im not using ghost mode ofc
by deathtrip2k
Sun Aug 03, 2008 2:48 am
Forum: Quick Batch File Compiler
Topic: Menu does not display
Replies: 8
Views: 18503

could anyone possible help me??!
by deathtrip2k
Thu Jul 31, 2008 2:15 am
Forum: Quick Batch File Compiler
Topic: Menu does not display
Replies: 8
Views: 18503

Menu does not display

hi, i got a menu in my bat, but when i compile it with Quch batch file compile it does not show, but when i use another program it does. anyway i can fix it? menu source code: :menuLOOP for /f "tokens=1,2,* delims=_ " %%A in ('"findstr /b /c:":menu_" "%~f0""')...
by deathtrip2k
Mon Jul 28, 2008 1:50 am
Forum: Quick Batch File Compiler
Topic: Include feature
Replies: 1
Views: 8702

Include feature

Hello, i just got this program and when i incude a file to the exe, where does it extract / how do i open the included file(s)? i want to be able to run the included file from the exe. for instance i make a batch and write write 'START /wait Program.exe' in it, can i include the 'program.exe' into t...