Great!
I just had to change it to "World Wide Web Publishing Service"
--------------------------
@ECHO OFF
NET START|FIND /I "World Wide Web Publishing Service"
IF ERRORLEVEL 1 NET START "World Wide Web Publishing Service"
--------------------------
Works perfectly. Do you know there's full retail software e.g "Restart Services" that make you PAY to do the same thing!
Thanks again.
Main Topics
Browse All Topics





by: pbarrettePosted on 2003-01-21 at 22:46:46ID: 7777466
Hi DrZaius,
--- ---
To use the method you're working on:
--------BEGIN-EXAMPLE-----
@ECHO OFF
NET START|FIND /I "World Wide Web Publishing"
IF ERRORLEVEL 1 NET START "World Wide Web Publishing"
--------END-EXAMPLE-------
pb