Windows2000 and DOS batch commands

J

Justsometechguy

I am looking for a replacement for the old DOS batch file
command CHOICE, that can be used in Windows 2000
DOS "shell"
It does not have to be a single command, I just need to
find a way to replace the functionality that CHOICE gives.
Anyone have any suggestions?
Thanks!
 
P

Pegasus \(MVP\)

Justsometechguy said:
I am looking for a replacement for the old DOS batch file
command CHOICE, that can be used in Windows 2000
DOS "shell"
It does not have to be a single command, I just need to
find a way to replace the functionality that CHOICE gives.
Anyone have any suggestions?
Thanks!

Try this:

@echo off
set /p name=Please enter your name:

Don't forget the space after "name: "!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top