tips & tricks


Calendario
dicembre 2024
lmmgvsd
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

Batch IISreset

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.exe

echo ====================================================== echo Service Restarted

Batch file to restart IIS

@echo off
REM - File: iisrestart.bat
REM - Description: Restart's IIS (Web)
REM - Author: 
REM - ADD REM comments if you don't want to restart any REM - of Services echo Restarting IIS... echo ====================================================== net stop "World Wide Web Publishing Service" net start "World Wide Web Publishing Service" echo ====================================================== echo IIS Restarted
Categoria: CRM 4.0
venerdì, 08 ott 2010 Ore. 15.03
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 15.071
  • Views Posts: 58.221
  • Views Gallerie: 2.837
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003