I have the following in a shell script,I want to convert the following lines into a windows cmd file..can anyone provide inputs on what is the equivalent for \"rm\" and \"mv
move in windows is equivalent of mv command in Linux
move
mv
del in windows is equivalent of rm command in Linux
del
rm