I need to migrate unix shell script from Solaris machine into
windows machine.ie i need to write the batch fine under
Windows(DOS) machines.
Here i'm facing a problem at begining itself.
How to read the variable in dos,as we do using
"read <variable-name>" under unix !!!
i need the dos commands for the following unix script..
echo Ënter file name
read FileName
echo $FileName