| View previous topic :: View next topic |
| Author |
Message |
deathtrip2k
Joined: 28 Jul 2008 Posts: 5
|
Posted: Thu Jul 31, 2008 2:15 am Post subject: 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:
| Quote: |
:menuLOOP
for /f "tokens=1,2,* delims=_ " %%A in ('"findstr /b /c:":menu_" "%~f0""') do echo. %%B %%C
set choice=
echo.&set /p choice=Make a choice or hit ENTER to quit: ||GOTO:EXIT
echo.&call:menu_%choice%
GOTO:menuLOOP
:menu_ ------------------------------
:menu_1 Start CoD with Normal CD Key
GOTO NORMAL
:menu_
:menu_2 Start Cod with Normal CD Key and Hack
GOTO NORMALHACK
:menu_
:menu_
:menu_3 Start CoD with Instant 55 and all weapons
GOTO INSTANT
:menu_
:menu_4 Start CoD with Instant 55, all weapons and Hack
GOTO INSTANTHACK
:menu_ ------------------------------ |
|
|
| Back to top |
|
 |
|
|
deathtrip2k
Joined: 28 Jul 2008 Posts: 5
|
Posted: Sun Aug 03, 2008 2:48 am Post subject: |
|
|
| could anyone possible help me??! |
|
| Back to top |
|
 |
joemark
Joined: 08 Jan 2008 Posts: 24
|
Posted: Mon Aug 04, 2008 4:23 pm Post subject: |
|
|
| are you using ghost mode to compile ? |
|
| Back to top |
|
 |
Vulcano
Joined: 16 Nov 2005 Posts: 14
|
Posted: Mon Aug 04, 2008 4:53 pm Post subject: |
|
|
| a cod4 cheater ? Oô |
|
| Back to top |
|
 |
deathtrip2k
Joined: 28 Jul 2008 Posts: 5
|
Posted: Mon Aug 04, 2008 10:52 pm Post subject: |
|
|
| im not using ghost mode ofc |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Wed Aug 06, 2008 12:34 am Post subject: |
|
|
| Are you tried to print menu from EXE file??? This code will never work. |
|
| Back to top |
|
 |
deathtrip2k
Joined: 28 Jul 2008 Posts: 5
|
Posted: Wed Aug 06, 2008 11:59 pm Post subject: |
|
|
| i wrote the code myself, works when i convert the code from bat to exe with another converter i have. but not with QBC |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Tue Aug 12, 2008 8:13 pm Post subject: |
|
|
| You can not print the content of binary file (EXE format). |
|
| Back to top |
|
 |
silfox
Joined: 04 May 2009 Posts: 2
|
Posted: Mon May 04, 2009 9:23 pm Post subject: |
|
|
Maybe you can use 'type' command.
Create your menu using notepad and save it to unicode char.
I dont know it work or not, but i've tested this program on XP. And it works...
http://silfox.0fees.net/ascii.zip |
|
| Back to top |
|
 |
|