SSPCPP-452 (add scripts to swap architecture of shibd). Also fix bug whereby we...
[shibboleth/cpp-sp.git] / configs / SetService64.bat
1 @echo off
2 setlocal
3 sc stop shibd_default
4 sc config shibd_default binPath= "@-INSTALLDIR-@\sbin64\shibd.exe"
5 sc start shibd_default