40 lines
928 B
Plaintext
40 lines
928 B
Plaintext
art WOLawClient
|
|
|
|
|
|
You can pause and resume the service with:
|
|
|
|
net pause WOLawClient
|
|
net continue WOLawClient
|
|
|
|
To remove the service from your system, stop und uninstall it:
|
|
|
|
net stop WOLawClient
|
|
wol --remove
|
|
|
|
servicenumber defaults to 0
|
|
logfile defaults to c:\wol.log
|
|
configfile defaults to c:\wol.conf
|
|
|
|
|
|
|
|
Mit Angabe der Servicenummer ist es jetzt sogar möglich den Dienst mehrfach zu starten!!
|
|
|
|
Für unterschiedliche MAC Adressen kannst du die Dienste so einrichten
|
|
|
|
wol --install --service 1 --log c:\wol1.log --config c:\wol1.conf
|
|
wol --install --service 2 --log c:\wol2.log --config c:\wol2.conf
|
|
|
|
Zum Stoppen/Starten
|
|
|
|
net stop/start WOLawClient1
|
|
net stop/start WOLawClient2
|
|
|
|
Entfernen
|
|
|
|
wol --remove --service 1
|
|
wol --remove --service 2
|
|
|
|
Nach wie vor schicken die Dienste alle 30s ein MagicPacket
|
|
|
|
Im übrigen wird die Config Datei nur einmal beim Servicestart eingelesen
|