Computing.Net > Forums > Office Software > Problem in creating a .bat file properly

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Problem in creating a .bat file properly

Reply to Message Icon

Name: xXsisAngeLXx
Date: October 29, 2009 at 02:09:55 Pacific
OS: Windows 7
Product: Microsoft Windows 7 home premium oem 32bit
Subcategory: General
Comment:

Hi everyone, I'm currently creating a bypass for Softnyx nProtect GameGuard and I'm trying to get a .bat file working so that I can put in the bypasser which is also a .bat. I have taken out the command 'CALL bypass.bat' so that it wouldn't confuse you.
Ok, the problem is that, when I try to use the options for saying whether I want to continue the bypass, Y/N/C all ends up as Y. Is there something wrong with this? Please look thru it.

@ECHO ON
ECHO Bypasser on STANDBY.
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY..
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY...
ping google.com -n 2 -w 300000>nul
:MENU
SET /P M=Continue BYPASS? Y/N/C in CAPS [Cancel/exit]:
IF Y==GOTO CONTINUE
IF N==GOTO PAUSEBYPASS
IF C==GOTO EXIT
:CONTINUE
ECHO Bypasser on STANDBY.
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY..
ping google.com -n 2 -w 300000>nul
ECHO Bypasser on STANDBY...
ping google.com -n 2 -w 300000>nul
ECHO Bypasser has not detected nProtect GameGuard.
ECHO Returning to Menu...
GOTO MENU
:PAUSEBYPASS
ECHO Press any button to resume bypass in 3s...
PAUSE
ping google.com -n 3 -w 300000>nul
:EXIT
EXIT



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: October 29, 2009 at 13:14:49 Pacific
Reply:

You might get a better response if you posted your question in the Programming forum.

http://www.computing.net/forum/prog...


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Problem in creating a .bat file properly

Creating a .pdf file www.computing.net/answers/office/creating-a-pdf-file/7227.html

VB Problem in Word 2000 www.computing.net/answers/office/vb-problem-in-word-2000/151.html

help creating BAT file to copy and pst widget www.computing.net/answers/office/help-creating-bat-file-to-copy-and-pst-widget/9275.html