Recommend a daily purging software

Associate
Joined
26 Mar 2004
Posts
1,199
At the end of each day i would like a program to automatically totally delete any new files that have been stored on my second partition.

I would also like this program to be hidden if possible, or at least very discrete and password protected.

Thank You.
 
yes one folder.
its a temporary storage folder people use throughout the day but need it to be emptied at end of each night.
 
what i'd do...

call it 'gone.bat' or something and save it in c:\windows\system32

now to run it, start, run

gone


and it'll do it in a flash
 
Having looked at the computers and what people have been doing to them, its turned out a bit more complicated than i thought.

In short i think its better if i delete everything off a specific partition. All folders and files, and here's the tricky bit, apart from 1 file which i would like to be left on the system.
So i obviously i can't do a format. is there a way to delete everything on a partition and exclude 1 file?

thanks for the help guys.
 
Having looked at the computers and what people have been doing to them, its turned out a bit more complicated than i thought.

In short i think its better if i delete everything off a specific partition. All folders and files, and here's the tricky bit, apart from 1 file which i would like to be left on the system.
So i obviously i can't do a format. is there a way to delete everything on a partition and exclude 1 file?

thanks for the help guys.

You could do as above but in the batch file copy the file to a location outside of the partition, delete everything and then copy it back, deleting the copy that you made.
 
Its a 4gb file so will take a while to copy back and forth.
Forget it i can live without it.
but i obviously can't use the RD command on a whole partition. is there another command that can delete everything on the drive.
eg Is there a quick NTFS format in command prompt?

I do use Deep freeze, which is like steadystate, to keep the first partition in check. but the boss wants it to be deleted at the end of the day not after every reboot.
 
modify the batch file to use the move command
before you delete the folder
then use a move command after you have re-created it , job done - FAST :-)
 
Back
Top Bottom