Make your selection to the left of the cursor that waits for a response?
e.g.
Code: Select all
Make your selection: _ <--- Cursor blinking
It would have to do with this code
Code: Select all
set "c=" &set /p "c="
Thanks
Moderator: DosItHelp
Code: Select all
Make your selection: _ <--- Cursor blinking
Code: Select all
set "c=" &set /p "c="
Code: Select all
set /p "c=Make your selection: "