Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: How can I prompt for message to ask user input?


Message #1 by "Jason Lung" <jason@e...> on Tue, 22 Jan 2002 12:34:20 -0500
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.

------------------------------------------

Message #2 by "Mike Amundsen" <mike@a...> on Tue, 22 Jan 2002 12:47:21 -0500
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.

------------------------------------------







  Return to Index