H
Henry
I want to create a dos batch file in XP that will ask the user to input a
number of 4 characters then use that input to rename and copy files.
e.g. in unix I would have something simple like;
echo "Please enter number"
read $x
mv c:\elephant c:\eleph$xant
--
~~~~~~~~~~
All the best,
Henry
~~~~~~~~~~
number of 4 characters then use that input to rename and copy files.
e.g. in unix I would have something simple like;
echo "Please enter number"
read $x
mv c:\elephant c:\eleph$xant
--
~~~~~~~~~~
All the best,
Henry
~~~~~~~~~~