When I try to automate this with plink, the output is waited for, and
redirected back to the console forcing the script to wait?
Any ideas how to automate the execution and detach while it runs
remotely?
Thanks!
echo "command" | at now
command will be run by crond and have no relation to your terminal.
--
Christopher Mattern
NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities
Christopher,
I had been at this for a couple of days! That worked perfectly!
Thank you very much!
"command >/dev/null 2>/dev/null </dev/null &" also should work.