This used to work on a Windows 2000 PC.
I have an Access database on a shared network that calls a task on a now Windows 7 PC that does not appear to be working. I am using the following in the command line:
Any ideas why this would not work? I am not receiving an error message so it is hard to determine.
Thank you
I have an Access database on a shared network that calls a task on a now Windows 7 PC that does not appear to be working. I am using the following in the command line:
Code:
SCHTASKS /run/s \\"computer name" /tn "Name of scheduled task".
Thank you
Comment