How to restore deleted files ShowHow 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 ShowPermanently 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...
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.
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?
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