>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 at anticd.org>