Displaying 1 result from an estimated 1 matches for "remote_system_nam".
Did you mean:
remote_system_name
2007 Jun 13
1
Remotely executing scheduled tasks
>From another Windows system using schtasks.exe a scheduled task can be
executed with the following syntax:
schtasks /Run /TN "Backups" /S "remote_system_name"
I suppose the Unix/SSH equivalent is:
ssh user@"remote_system_name" /usr/local/bin/backups.sh
Is there samba client for schtask.exe ?
--
Simon Males <sime@anticd.org>