Login Register


[Batch] Is it possible? filter_list
Author
Message
[Batch] Is it possible? #1
Is something like this possible? Like you enter a letter in the SET command, and you don't need to press enter to confirm it.
Hack Community - My 2nd family, my best friends, my 2nd school.

====================
====================

====================
====================
====================


Latvija.

Reply

RE: [Batch] Is it possible? #2
PM jacob he's the BEST Batch programmer i know Smile
I am not sure i understand this but i think it is posible.
ThisBitch Wrote:m3 w4n75 70 h4cK F4C3|300|< ?
m3 15 pr0 1337 h4X0rr !

Reply

RE: [Batch] Is it possible? #3
I think you can,some commands have a /y parameter that you can add to auto-accept

Reply

RE: [Batch] Is it possible? #4
You Wouldnt use SET. You Would use the 'choice' Command.

------------------------------------------------------
Example:

choice /c [possible choices] /n

You Could Use 1-9 or a-z as Possible Choices.
------------------------------------------------------

To Check What Was Pressed You Use 'errorlevel'.

------------------------------------------------------
Example:

choice /c 123abc /n
if errorlevel 6 [command]
if errorlevel 5 [command]
if errorlevel 4 [command]
if errorlevel 3 [command]
if errorlevel 2 [command]
if errorlevel 1 [command]

Possible Choice "c" is the same as Errorlevel "6" Because
it is the 6th Possible Choice. Letters Always Go LAST as
Possible Choices.

-------------------------------------------------------

I Tried Explaining that the Best I Could. If Its Not clear Enough go to the CMD and Type "choice /?" (No Quotes).


Reply







Users browsing this thread: 1 Guest(s)