Mini Service Checker and IP Helper Tool for Windows 2000 / XP / 2003
    Mini Service Checker and IP Helper implements a Windows-service that acts on network changes i.e. due to unplugging the network cable, establishing a modem connection or when a VPN connection is set up. It will allow to run your script which i.e. may check if a file or install-server is available.

    The base setup is done with registry-entries.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\MSrvChk]
    "LogDir"="c:\\msrvchk"
    "Command1"="C:\\Winnt\\system32\\cmd.exe"
    "Command2"=""
    "Command3"=""
    "Argument1"="cmd /c c:\\msrvchk\\HelloWorld.bat"
    "Argument2"=""
    "Argument3"=""
    "ActionDelay"=dword:00000005


     

    HelloWorld.bat

    echo on
    echo Test >>C:\msrvchk\HelloWorld.txt


    Availability

    The tool is available on request from office@rudorfer.co.at .
     

     

    Back