PC Review


Reply
Thread Tools Rate Thread

Created schedule task that deletes a pdf each day

 
 
ChuckW
Guest
Posts: n/a
 
      8th Jan 2008
Hi,

I want to create a scheduled task that deletes a pdf file each day. I am
familiar with scheduled tasks for running jobs. How would I create a job
that would delete the same pdf file in the same location each day? Would I
create some sort of batch file and what would the code be for this?

Thanks,
--
Chuck W
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      8th Jan 2008

"ChuckW" <(E-Mail Removed)> wrote in message
news:CC311E0B-47AF-4498-A76F-(E-Mail Removed)...
> Hi,
>
> I want to create a scheduled task that deletes a pdf file each day. I am
> familiar with scheduled tasks for running jobs. How would I create a job
> that would delete the same pdf file in the same location each day? Would
> I
> create some sort of batch file and what would the code be for this?
>
> Thanks,
> --
> Chuck W


Here is the code for your batch file:
@echo off
del "c:\documents and Settings\ChuckW\Desktop\abcxyz.pdf"

Simple, isn't it? Enjoy!


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Schedule a task with Vista task Scheduler wakes up computer and mo Michele Windows Vista General Discussion 0 5th Jun 2008 10:26 AM
Creating a scheduled task that deletes itself after it's done Roy Assaly Windows Vista General Discussion 4 30th Nov 2007 11:36 AM
Outlook 2007: Opening newly created contact deletes the record. Jarryd Microsoft Outlook Contacts 0 31st Oct 2007 10:39 AM
Subject detail deletes in Task =?Utf-8?B?TmlhbGw=?= Microsoft Outlook Discussion 0 20th Apr 2005 11:39 AM
Schedule Power Point Windows XP Task Schedule =?Utf-8?B?aWtvc3RpYw==?= Microsoft Powerpoint 0 25th Oct 2004 08:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:42 AM.