@echo off IF %1 == restart ( net stop RCSMasterConfig /y net stop RCSShard /y net stop RCSMasterRouter /y net start RCSMasterConfig /y net start RCSShard /y net start RCSMasterRouter /y ) ELSE ( net %1 RCSMasterConfig /y net %1 RCSMasterRouter /y net %1 RCSShard /y ) .