Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Question about menu's in .bat, net name  (Read 2098 times)

0 Members and 1 Guest are viewing this topic.

s0br3

    Topic Starter


    Greenhorn
    Question about menu's in .bat, net name
    « on: May 08, 2008, 11:42:36 AM »
    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.
    You shall not believe everything that's true.

    Dias de verano

    • Guest
    Re: Question about menu's in .bat, net name
    « Reply #1 on: May 08, 2008, 12:27:24 PM »
    set /p netname=Type your net name here:
    echo You typed: %netname%

    s0br3

      Topic Starter


      Greenhorn
      Re: Question about menu's in .bat, net name
      « Reply #2 on: May 08, 2008, 03:25:39 PM »
      Ah! Thank you! Worked perfect! ;)
      You shall not believe everything that's true.