Question:

Set /p >nul? hide user input?

by Guest64963  |  earlier

0 LIKES UnLike

When using set /p in batch or command prompt is there a way to not display the characters that the user is typing? could you use >nul in here?

 Tags:

   Report

1 ANSWERS


  1. No, adding ">nul" will simply cause the prompt to be thrown out.  Whatever the user types is still displayed.  I don't think there is a way to have a batch file not echo what the user types at a prompt.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.