deleting files on startup

  • Thread starter Thread starter cric
  • Start date Start date
C

cric

Hi there...

I am using windows xp operating system.
My query is..

How can i delete a folder automatically which has got
files in it during startup on a daily basis?

I want to get rid of manual system as the folder fills
with more files.


best regards

..
 
You could create a batch file that deletes the folder contents. Then put a
link to the batch file in Start/Programs/Startup.

Such a batch file might look like:

del c:\somefolder\*.* /q
exit

Use notepad to create the file, name it something like killfiles.bat

Val

--
Bringing you BeadWizard Design Software
www.beadwizard.com
***************************
Practice safe eating -- always use condiments.
***************************

Hi there...

I am using windows xp operating system.
My query is..

How can i delete a folder automatically which has got
files in it during startup on a daily basis?

I want to get rid of manual system as the folder fills
with more files.


best regards

..
 

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