I never expected to find this bug. In Windows XP, if you try to copy and paste a task in the Scheduled Task folder, you may get this error message: Cannot copy <Task Name>: The source and destination file names are the same.
Even the obvious workaround doesn't work: copy a task, rename the original and paste the new task. unlike Windows Explorer, Scheduled Task doesn't seem to give a copied task a name such as Copy of x.
Nuts and bolts about programming applications, databases and spreadsheets. Note: Comments are moderated to filter comment spam. Mobile version
2007-11-28
Unexpected Windows Scheduled Task Copy-Paste Bug
Labels:
Windows
Subscribe to:
Post Comments (Atom)
A colleague explained this workaround:
ReplyDelete1. Grab the task with the mouse (ensure it is highlighted).
2. While holding down the right mouse button, move the mouse pointer to an empty area in the Scheduled Task pane.
3. Release the mouse button. Windows should display a context menu.
4. Select the menu item Copy Here.
5. A copy of your task should be created!
Thank you! Saved me a lot of time!
ReplyDelete