This is why you use Linux.... Code: clear
echo "What is the units manufactured name"
read MFGNAME
echo "What is the unit model number"
read MODEL
echo "Yadda yadda"
read YADDA
echo "Thanks"
echo A$MFGNAME,F$MODEL,$YADDA >> /path/to/file I will find out to accept user input to variables in batch files, it is a real pain if I remember.
__________________
My computer is bigger than yours!
Last edited by Siliconjunkie : December 20th, 2004 at 09:55 AM.
|