How to delete backed up Tasks folder?

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

I used robocopy to backup winnt\tasks to \backup\tasks. However, now I can't
erase a task
from \backup\tasks without erasing the original task in winnt\tasks.

How can I avoid this?

TIA
 
chris said:
I used robocopy to backup winnt\tasks to \backup\tasks. However, now I can't
erase a task
from \backup\tasks without erasing the original task in winnt\tasks.

How can I avoid this?

del "\backup\tasks\<task id>.job"

Works for me (Win 2000, SP4)
 
In said:
I used robocopy to backup winnt\tasks to \backup\tasks. However,
now I can't erase a task
from \backup\tasks without erasing the original task in
winnt\tasks.

How can I avoid this?

It may be that you also copied the desktop.ini file to the backup.
That might make the system think there are two locations of the
"Tasks" virtual location. Delete it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top