5 Aug 2010 at 15:28 #1 platypus platypus Caporegime Joined 25 Jul 2003 Posts 40,563 Location FR+UK I've got a nifty little tool that enables me to WOL using a Mac Address. I guess you have to know the Mac address, right?
I've got a nifty little tool that enables me to WOL using a Mac Address. I guess you have to know the Mac address, right?
5 Aug 2010 at 15:36 #3 platypus platypus Caporegime OP Joined 25 Jul 2003 Posts 40,563 Location FR+UK Aye it's mc-wol I'm using. And yeah it needs the mac address, which you obviously can't find if the computer has gone off line . I know how to find the mac address, but that won't help!
Aye it's mc-wol I'm using. And yeah it needs the mac address, which you obviously can't find if the computer has gone off line . I know how to find the mac address, but that won't help!
5 Aug 2010 at 16:10 #4 platypus platypus Caporegime OP Joined 25 Jul 2003 Posts 40,563 Location FR+UK If anyone is interested this is what I have in a cmd to wake up my laptop at home: Code: @echo off echo Waking Macgyver... c:\mc-wol 00:23:AE:AF:37:72 | find /i "sending" ping -n 10 127.0.0.1 > null Last edited: 5 Aug 2010
If anyone is interested this is what I have in a cmd to wake up my laptop at home: Code: @echo off echo Waking Macgyver... c:\mc-wol 00:23:AE:AF:37:72 | find /i "sending" ping -n 10 127.0.0.1 > null