We are trying to configure a script that can pop open a msg box on a users desktop. The command works fine from the command prompt, but returns as "unknown command" when initiated from KiXtart.
shell "cmd.exe /c msg * /v /server:admin-kerry This is a test message."
I've tried many variations of the command with nested quotes, full path to cmd.exe, etc. I can always get it to work directly but not when triggered from KiXtart. I've even put the command in a batch file with other various commands (mkdir, etc..). It works fine from the batch file directly. I run the batch from KiXtart, the msg fails but everything else works.
Any help would be greatly appreciated.
Edited by KLudwig (2017-08-31 09:34 PM)
|