I want to get this result in a DOS package:
==> Please enter your filename, formatted as
[user][PC_id] :
allows the user to enter a file name after ":"
I tried many combinations, but the best I can get with
ECHO --^> Please enter your filename, formatted as
Set /P FILE=[user][PC_id] :
(spaces before "[" are not displayed)
source
share