@echo off @echo. @echo Installing TrafficCam Viewer as Windows Service TrafficCam_Viewer_Service.exe /install @echo. @echo Adding exception for TrafficCam Viewer Service to Windows Firewall FirewallExceptionAdd.vbs TrafficCam_Viewer_Service.exe @echo. @echo Starting service TrafficCam_Viewer_Service.exe /start @echo. pause