I have composed a batch file. When you double click on it, a command window prompts up displaying "Your name:"
Now I want the users type their names in the same line,
looking like Your name: Andrew,
but my implementation looks like:
Your name:
Andrew
The users typed their names in the next line, which is not what I what.
After typing name and press enter, the user's name should be redirected to a text file. How can I do it? Thanks a lot!
How can I input a name in the same line in CMD Prompt
Moderator: DosItHelp