J John Brainerd Aug 30, 2006 #1 I want to delete a file on a daily basis automatically...that is, on a schedule. How do I do this in XP Home? The scheduler doesn't seem to have the functionality to do this.
I want to delete a file on a daily basis automatically...that is, on a schedule. How do I do this in XP Home? The scheduler doesn't seem to have the functionality to do this.
B Bob I Aug 30, 2006 #2 Write a one line bat file containing DEL C:\path\filename.ext Schedule that to run at the time desired.
Write a one line bat file containing DEL C:\path\filename.ext Schedule that to run at the time desired.
J John Brainerd Sep 1, 2006 #3 I tried the following but it doesn't work in XP home. What am I doing wrong? Thanks. C:\WINDOWS\system32\cmd.exe del "C:\Documents and Settings\Jess\Desktop\Outlook\onyx.txt"
I tried the following but it doesn't work in XP home. What am I doing wrong? Thanks. C:\WINDOWS\system32\cmd.exe del "C:\Documents and Settings\Jess\Desktop\Outlook\onyx.txt"