Setzt DevCon voraus (http://support.microsoft.com/kb/311272)
useful for stopping and starting Tobit David TLDs in scripts/batches.
see following example
needs DevCon (http://support.microsoft.com/kb/311272)
Example-Skript:
@echo off
rem startet alle TLDs und die DIVA-Karten neu / restart of all TLDs and EICON Diva ISDN-Controller
unloadtld.exe
sleep 30
net stop “Diva Server Log Service”
sleep 30
devcon disable @PCI\VEN_1133*
sleep 60
devcon enable @PCI\VEN_1133*
sleep 60
net start “Diva Server Log Service”
sleep 5
“C:\Path_to_TLD\tld001.cmd”
sleep 15
“C:\Path_to_TLD\tld002.cmd”
…

