Greetings
I am trying to wake my remote pc with a dos command/batch file. I am also trying to put it to sleep through an other command.
Suppossing my pc's ip is 192.168.1.110 and its mac is 00:1E:33:0B:3B:03 anyone knows what those 2 commands are?
Thanks!
Dos command for wol (wake on lan) and sol (sleep on lan)
Moderator: DosItHelp
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: Dos commant for wol (wake on lan) and sol (sleep on lan)
Google is suggesting that you're almost certainly going to end up using a third party application.
Also, it looks like there are a few things you can do via Powershell, but I can't find anything in batch.
Also, it looks like there are a few things you can do via Powershell, but I can't find anything in batch.
Re: Dos command for wol (wake on lan) and sol (sleep on lan)
I have used, in command line.
http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx
In sintax command line.
wolcmd MacAddress Ip Mask 7
7 is magic pack for ON computer.
For shutdown the remote computer have use, RoboTask in listenner command shutdown.
http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx
In sintax command line.
wolcmd MacAddress Ip Mask 7
7 is magic pack for ON computer.
For shutdown the remote computer have use, RoboTask in listenner command shutdown.