Search : in
By :

Search & delete file type on Windows startup

Last answer on May 19, 2009 8:13:46 am BST Robert, on Nov 10, 2008 2:24:55 am GMT 
 Report this message to moderators

Hello,

May i know how to write a script (*.bat) or something that can automatically search & delete certain file types i.e **.zip on Windows startup.

Any input is highly appreciated.

Thank you very much,

Robert

Configuration: Windows XP
Firefox 3.0.3

Best answers for « Search & delete file type on Windows startup » in :
How to restore deleted files Show How to restore deleted files Download a recovery tool There are easy and effective recovery tools available for download on the web and some have the major advantage of being free. Zero Assumption Recovery Download Link: http://www.z-a...
Permanently delete files from trash bin Show Permanently delete files from trash Sometimes when emptying the trash some files stays and refused to be deleted! You just have to use a command: Start the Terminal - Type "sudo rm • • •-R" - Drag files, folders that you want...
Associating an application to a file extension ShowAssociating an application to a file extension Display all file extensions Modify an existing file association Create a new file association Manage the list of file extensions Display all file extensions Windows XP by default will mask...
[Ubuntu]Preventing recovery of deleted files Show[Ubuntu]Preventing recovery of deleted files Here below is a simple method, on how preventing the recovery of deleted files: First, make sure the recycle bin of Nautilus (the file browser) is empty. Right click on it and choose the...
[Myth] Accelerate windows start up with ReadyBoost ShowAccelerate windows start up with ReadyBoost Myth Reality Myth ReadyBoost is a software which accelerate start up and application under windows Vista. Reality This feature work by using a USB flash memory key and creates a cache which...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...
File sharing in Windows XP ShowAdvantages File sharing involves making the content of one or more directories available through the network. All Windows systems have standard devices making it easy to share the content of a directory. However, file sharing may lead to security...
The NTFS file system ShowThe NTFS file system The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the...

1

rubrami281, on Nov 10, 2008 3:27:30 am GMT
  • +1

Your .bat file will contain basic commands that you can run in a command prompt. For example "del C:\Downloads\Temp\*". You will create your .bat file with a text editor, like notepad.

Once this is done you will need to setup a time for it to run in the Windows Task Scheduler, which you will happily find in the Control Panel under Scheduled Tasks.

Now sit back, and relax. You're off to the races.

Reply to rubrami281

2

Robert, on Nov 10, 2008 4:06:45 am GMT
  • +1

Hi Rubrami281,

Thanks for your help but my problem is that i have many files stored everywhere in 2 different drives and i cannot list out locations of all these files

Besides, is there anyway to automatically run a bat file without using Windows Task Scheduler?

Thanks a lot!

Hop

Reply to Robert

3

Mick, on Nov 14, 2008 7:57:23 am GMT

Hi Hop,
You can place a shortcut to the *.bat file that you have created , in the Windows startup folder
Right click on the "START" button, then left click on "Open All Users"

Navigate to PROGRAMS > STARTUP and then create your short cut there.
Then when Windows starts up the batch file will run, performing the tasks that you have coded into the batch file

Reply to Mick

4

 sucre, on May 19, 2009 8:13:46 am BST

Thanks i am grateful for ur help.

Reply to sucre