I created a tasks in the task scheduler called VS2010R which opens devenv.exe on demand. I've tested it from the task scheduler and it runs fine. However, I am unable to run this task from the command window.
When I input:
C:\Users\mini>SCHTASKS /RUN /TN "VS2010R"
I get: ERROR: The system cannot find the file specified.
I have tried everything I could think of with no success. Anyone have a suggestion?