Jump to content

Recommended Posts

Posted (edited)

A tiny UDF that can shoot magic packets at your computers to wake them the heck up. All credits to Olish.

The only parameter it needs to be specified – is your machine's MAC-address (ip address (the second parameter), at which you will be sending magic packet is generating automatically from @IPAddress1 macro)

Example:

_WoL_WakeDevice('001CC0CAED7A') ; the second parameter (if necessery) must be a broadcast address of your local network segment (i.e. 192.168.0.255 for a network 192.168.0.0)

 

_WakeOnLan.au3Fetching info...

Edited by pat4005
Posted

Looks good :)
As a further enhancement I suggest to add some error checking after each call of a UDP function and return it to the caller.

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...