IF commands in a batch file
- by Rossaluss
I'm writing a small batch file to replace users' themes and charts in Office and I have the below batch file that works just fine.
cd c:\documents and settings\%username%\application data\microsoft\templates
echo Y|rmdir charts /s
mkdir charts
echo Y|del "c:\documents and settings\%username%\application data\microsoft\templates\document…