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