|
Answer» Hi!
I know how to make a menu in batch. My problem now, is that I want to make an opinion with "Net Name" and that you should get a QUESTION to write in your name, you see?
Like after you chose for example '1. Net Name', you should get a question: 'What name would you like? TYPE here:'.
Thank you for answers.set /p netname=Type your net name here: ECHO You typed: %netname% AH! Thank you! Worked perfect!
|