Danke dir. Bin vorerst bei
http://www.perlmonks.org/?node_id=260180 hängen geblieben.
Aber ich bekomme es nicht gestartet.
Quoted:\Perl>perl "wol.pl -i 192.168.0.40"
Can't open perl script "wol.pl -i 192.168.0.40": No such file or directory
d:\Perl>perl wol.pl "-i 192.168.0.40"
Usage
wakeonlan [-h] [-v] [-i IP_address] [-p port] [-f file] [[hardware_address]...]
Options
-h
this information
-v
dislpays the script version
-i ip_address
set the destination IP address
default: 255.255.255.255 (the limited broadcast address)
-p port
set the destination port
default: 9 (discard port)
-f file
uses file as a source of hardware addresses
See also
wakelan(1)
d:\Perl>perl wol.pl -v
wakeonlan version 0.40
Mit Parameter -v geht es, mit -i nicht.
Weiß jemand, wie man das Script in der Eingabeaufforderung startet?
10 print "Hallo"
20 goto 10