Batch File to restart ColdFusion MX@echo off
REM - File: restart.bat
REM - Description: Restart's Services
REM - Author: echo Restarting Service...
echo ======================================================
net stop "Service Name"
net start "Service Name"
oppure IISreset.exeecho ======================================================
echo Service Restarted
Batch file to restart IIS@echo off
REM - File: iisrestart.bat
REM - Description: Restart's IIS (Web)
REM - Author: REM - ADD RE
Leggi tutto il post...