File Scavenger can restore the files which have been removed accidentally (including removed files in the bin, in DOS window, from a network drive, from Windows Explorer with inserted key MAJ, etc.) provided that recovering is performed before the files are replaced/overwritten by new data.
It can also recover files from a reformatted or damaged volume even if it is deleted and its original position and size are unknown.
File Scavenger runs on Windows 2000, XP and Vista.
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 file system ShowWhat is a file system?
Even though hard drives can be very small, they still contain millions of bits and therefore need to be organised so that information can be located. This is the purpose of the file system. Remember that a hard drive is made...
How to Password Protect your Files and Folders ShowHow to Password Protect your Files and Folders
How to password protect a Word document
Password protection on Windows 3.x, Windows 95 and Windows 98
Password protection on Windows XP
Password protection on Windows XP Home Edition
Password...
How to read a file line by line ShowHow to read a file line by line
Intro
Tips
Bonus
Intro
One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
How to open file .ps (Postscript) ShowHow to open file .ps (Postscript)
INTRO
Using PDF Creator
Using Ghostview
INTRO
PostScript (PS) is a page programming language used for desktop publishing. Below is a small tips on how to open .ps file.
Using PDF...
FTP protocol (File Transfer Protocol) ShowIntroduction to FTP protocol
FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files.
The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines...
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...
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...