hackedteam/rcs-db

View on GitHub
bin/rcs-intelligence-service.bat

Summary

Maintainability
Test Coverage
@echo off

IF %1 == restart (
  net stop RCSIntelligence
  net start RCSIntelligence
) ELSE (
  net %1 RCSIntelligence
)