I put this shortcut on objectdock
C:\Program Files\Wol\Power-off.vbs
This is my file Power-off.vbs
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "Telnet 192.168.0.100"
WScript.Sleep 500
oShell.SendKeys "admin{ENTER}"
WScript.Sleep 500
oShell.SendKeys "admin{ENTER}"
WScript.Sleep 500
oShell.SendKeys "poweroff{ENTER}"
When i click on icon on my dock a system error appear
On system 32bit this problem not happened... how i can solve it ?
I verify programs, setting etc.. but nothing (P.S. Telnet is installed)
If i make same shortcut on desktop is run correctly !!
Thank
Hispa