basildane / WakeOnLAN

Wake On LAN, WakeOnLAN, shutdown software for Windows. A powerful WOL, ping, shutdown, GUI application.
http://wol.aquilatech.com
Other
991 stars 146 forks source link

Syntax Batch File #211

Open wdsfr opened 8 months ago

wdsfr commented 8 months ago

Hi All, First things first: both graphical as command line tool work great, many thanks for that. Last challenge: how to transform the terminal command (as seen in the screenshot below)into a batch file. Starting the machine (omv, open media vault) from windows terminal works without any problems. But I can't figure out how to safe the command - together with the parameters -w -m omv - into a batch-file. For starting the graphical program from a batch file I use the syntax: start "" "C:\Programme\Aquila Technology\WakeOnLan\WakeOnLan.exe" which works fine. But I've got no clue how to do that for WakeOnLanC.exe in combination with parameters. Always ends up in an error. Any help would be great! grafik

wdsfr commented 8 months ago

Solved.