Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 117 Posts 4 Joined 2003-05-07 00:00 23-year member UID 1914 Gender Male
Status Offline
My file is written like this:
call w.bat box @text.bat:find
:find
Please enter your name?
name:
What next? When I run this file, it brings up a dialog box asking me to enter name. But after I fill in the name, I want to save what I entered into another text file. So how should I write this batch file?
Thanks!