This repository has moved to BatchCatalog.
Sample of sending Wake-on-LAN magic packets.
Set the IP address and MAC address, and use the batch file.
Set the broadcast address for the Wake-on-LAN target PC within the network.
set IP_ADDRESS=192.168.64.15
If set to empty, the limited broadcast address will be used. This typically works as expected.
set IP_ADDRESS=
Set the MAC address for the Wake-on-LAN target NIC.
set MAC_ADDRESS=c8:60:00:dd:ea:b9
This software is licensed under the Unlicense.
- MagicPacket - Sample written in C#
- MagicPacketCPlus - Sample written in C/C++