tips & tricks


Calendario
aprile 2024
lmmgvsd
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

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: 13.369
  • Views Posts: 56.117
  • 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