Hi, I want to prompt a user for input, then write the results to a file (say, C:\USERINPUT.TXT, for example) C:\USERINPUT.TXT: Joe Smith 000-555-1212 Any suggestions on how to do this? Thanks for any help. Current code: :input set INPUT= set /P INPUT=Type Enter your name please : %=% if "%INPUT...