init III
This commit is contained in:
39
Windows WakeOnLAN/WOLawClient x64/WOL.txt
Normal file
39
Windows WakeOnLAN/WOLawClient x64/WOL.txt
Normal file
@@ -0,0 +1,39 @@
|
||||
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
|
||||
Reference in New Issue
Block a user