Thanks in advanced.
How can I prompt for message to ask user input in a batch file (.bat)?
Does it do-able?
how can I ask for:
1. Username
2. Password
3. DOB
on a .BAT file and change it inside?
Is it possible to make the following happened?
Thx
Example:
------------------------------------------
What's your name?
>Jason
What's your password?
>USA
What's your Date of Birth?
>11/11/1950
You entered your name is Jason.
You entered your password is USA.
You entered your DOB is 11/11/1950
Thank You.
------------------------------------------
this site has some nice examples:
http://www.ericphelps.com/batch/userin/index.htm
MCA
-----Original Message-----
From: Jason Lung [mailto:jason@e...]
Sent: Tuesday, January 22, 2002 12:34 PM
To: ASP+
Subject: [aspx] How can I prompt for message to ask user input?
Thanks in advanced.
How can I prompt for message to ask user input in a batch file (.bat)?
Does it do-able?
how can I ask for:
1. Username
2. Password
3. DOB
on a .BAT file and change it inside?
Is it possible to make the following happened?
Thx
Example:
------------------------------------------
What's your name?
>Jason
What's your password?
>USA
What's your Date of Birth?
>11/11/1950
You entered your name is Jason.
You entered your password is USA.
You entered your DOB is 11/11/1950
Thank You.
------------------------------------------