Software Index
Related Topics
Popular Trends
Trending Topics
 

Reading Cfg File Software

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Advanced File Shredder
Advanced File Shredder securely erases files or folders on your PC using seven pass US Government standard wiping and cryptographically strong random number key. Files shredded with the help of this software cannot be restored by any data recovery utility. ...
September 15th 2002 Shareware  5 stars 623k
Kernel Exchange OST Recovery Software
Exchange OST Recovery makes it possible to convert an unusable OST file to working PST file Software uses quick conversion algorithm to convert the unusable Microsoft Exchange Offline Storage (.OST) file to a usable Personal Storage (.PST) file that can ...
August 11th 2011 Shareware  5 stars 3,072k
Synology DS509Plus NAS Firmware DSM 2.2-0942
Change log

1. New DLNA Compliant Media Server:
Disk Station Manager 2.2 has been certified DLNA compliant (certified on DS209 and will work with all Disk Station models). It further ensures interoperability between Synology Disk Station and your DLNA home devices.
Supports customization ...
February 8th 2011 Freeware    93,112k
Synology DS508 NAS Firmware DSM 2.2-0942
Fixes:

1. New DLNA Compliant Media Server:
Disk Station Manager 2.2 has been certified DLNA compliant (certified on DS209 and will work with all Disk Station models). It further ensures interoperability between Synology Disk Station and your DLNA home devices.
Supports customization of ...
October 10th 2011 Freeware    92,836k
Synology DS409Plus NAS Firmware DSM 2.2-0942
Fixes:

1. New DLNA Compliant Media Server:
Disk Station Manager 2.2 has been certified DLNA compliant (certified on DS209 and will work with all Disk Station models). It further ensures interoperability between Synology Disk Station and your DLNA home devices.
Supports customization of ...
March 25th 2011 Freeware    93,112k
Synology DS409 NAS Firmware DSM 2.2-0942
Fixes:

1. New DLNA Compliant Media Server:
Disk Station Manager 2.2 has been certified DLNA compliant (certified on DS209 and will work with all Disk Station models). It further ensures interoperability between Synology Disk Station and your DLNA home devices.
Supports customization of ...
January 10th 2011 Freeware    90,921k
ReallyEasyReader
ReallyEasyReader makes Speed Reading simple.
You can change your reading speed in minutes.

Simply load a document, click play, relax and read.
Find yourself reading at twice your normal speed.
ReallyEasyReader does the hard work for you.

Similar to the way that the calulator and ...
February 9th 2006 Shareware    1,889k
Digital File Shredder Pro
elete your sensitive files permanently. Digital File Shredder Pro shreds, obliterates and renders unrecoverable any confidential file or folder you do not want anyone to get their hands on. Plus, use the System Cleaner to eliminate all traces of your ...
August 27th 2006 Demo  5 stars 4,143k
Create Multiple Files From List (Text File) Software
Create multiple files based on full file paths found in one or many text files.
September 24th 2007 Shareware    345k
Keyboard Recorder
Are you sure that your spouse, boyfriend, girlfriend, children or employees doesn’t chat or open unusual websites in your absence, so be sure by using keyboard recorder software that keep tracks all activities done on your computer behind your supervision. ...
November 14th 2007 Shareware    1,587k
Unistal Access Database Recovery
Recover, repair & fixes corrupt .mdb databases easily by using Unistal Access Database Recovery software. Access Database Recovery is an advance mdb file repair software tool to recover, repair & restore corrupt or damaged MS Access (.mdb) files. Unistal Access ...
May 3rd 2008 Demo    1,772k
Paradox Direct Engine (ActiveX)
This engine allow to read and load the external Paradox tables into any MS Jet/ADO datasource

No any external libraries for Paradox/dBase reading (no BDE, ODBC etc) - native, direct and fast record loading. Just specify the target MS Jet/ADO ...
May 21st 2009 Shareware    1,410k
DBISAM viewer
This tool allow to read/open the DBISAM tables on any computer.

An application don't use any external libraries (no BDE, no ODBC, no ADO etc) and you may run this tool on computer without any additional setup/install.

You may see ...
May 21st 2009 Shareware  5 stars 608k
MS Backup Recovery
MS Backup recovery software is a result-oriented bkf file repair utility that ensures you of MS Backup recovery supporting Unicode character recovery. MS Backup recovery tool lets you perform MS backup repair of bkf files that corrupt due to delay ...
November 25th 2010 Shareware    1,516k
Microsoft Backup Recovery Software
Recover Data provide a single solution to repair corrupt bkf files with Microsoft backup recovery software. This Microsoft backup recovery tool is designed to provide exclusive capability that successfully recovers corrupt Backup (.BKF) files employing some simple steps.

Microsoft windows ...
March 8th 2011 Shareware    1,208k
RecoveryFix for Excel
RecoveryFix for Excel repair Software is a powerful tool to repair and rebuild the damaged excel file. Software scans the damaged .xls or .xlsx file and extracts maximum data from it in to a new usable excel file. Demo version ...
March 27th 2011 Shareware    2,215k
Virtual Fretboard (Pro)
The Virtual Fretboard Pro software package allows users to browse fretboardlayouts for many different instruments and tunings. It displays the note positions on the fretboard in both chord and scale modes. Functionality includes : Fully Configurable, Chord and scale search, ...
April 16th 2002 Shareware  5 stars 1k
ShowSize
See how your disk space is distributed in various folders and file types! An Explorer style interface gives detailed reports on the folder sizes and wasted space. You get to choose between a top level folder view, a tree view, ...
November 17th 2002 Shareware  5 stars 822k
Vocabulary Stretch
Vocabulary Stretch helps build students vocabulary. The software teaches word recognition, meanings, and origin. It provides challenging activities such as matching words to ideas and completing crossword puzzles to reinforce ideas and hold student interest. Student scores are kept in ...
January 14th 2003 Shareware  4.5 stars 6k
SynchronEX Backup & FTP
File and directory synchronizer, backup and FTP tool - optimized for one-click automation. Possible applications are laptop-server-synchronization, backup over network or local paths, incremental FTP upload of web sites, ZIP archives, multi-point authoring with collision detection. It is as well ...
July 26th 2003 Freeware    600k
Related Scripts
Reading a File into an Array
Those who need to store the file contents into an array can study this online ASP material to create a dynamic array. After reading this they can generate their own snippet to read a file line by line and can ...
December 13th 2005 Freeware     
File System Directory Functions
Wrappers for simple file system operations. When reading a file, instead of doing fOpen/fRead/fClose everytime, you'd use the function read_file that gracefully handles errors.
December 17th 2005 Freeware     
Read a file and print it out
Read a file and print it out is an ASP.NET tutorial which teaches the method of reading the file content, sending the content of the file for print and to view the content of the file. Here the author provides ...
December 19th 2005 Freeware     
Reading a file using the FileSystemObject
This tutorial teaches how to create FileSystemObject instance to utilize the File Folder object's properties and methods to read the content of a file. Sample code shows how to check the existence of a file, how to open the file ...
November 26th 2005 Freeware     
.NET Security in C#
In this article administrators can find information about restricting users from reading text file. This tutorial clearly explains about verifying whether the users have appropriate permissions or not by using System.Security.Principal namespace and also discusses about not granting access to ...
November 22nd 2005 Freeware     
Ad Carousel
Carousel is a random ad banner script written in perl. This script allows you to use either ready-to-paste HTML code supplied by affiliates, or you can use image locations and link URL's.The HTML for each banner is written to a ...
December 1st 2005 Commercial     
Download Page that Displays Available Files Automatically
Webmasters can utilize this page which provides the downloading capability to their pages without requiring constant updation of download files. This tool offers an enhanced feature of downloading the page automatically that is specified by the users as the download ...
November 24th 2005 Freeware     
DTP One For All
This script displays the HTML code to the user after reading a file. You are required to include a SSI call where you wish the HTML to be inserted. When the server sends the file the script will add the ...
November 28th 2005 Freeware     
Gchats Live Mp3 Player
This is a music file software with which webmasters would able to stream MP3 files from their server. Unlike other MP3 players this one doesn't need any extra software to be downloaded. Webmasters can upload MP3 files to any specified ...
December 1st 2005 Commercial     
Perl Form Mail: eMail Form Processor Pro
Perl Form Mail: eMail Form Processor Pro is the script available in PHP, Perl and ASP versions, that can be used to process any forms on your web site. All three versions are provided within one license and you are ...
December 8th 2005 Commercial     
Related Code
2OBJ v1.10 - Binary to OBJ file converter.
This great programmer's utility to allows data files to be linked into programs. It supports and can decode CEL,GIF,LBM and PCX files and their palettes. Also splits > 64k files into multiple segments and generates file dependancy information for MAKE. ...
June 8th 2006     52k
Perl File System API module
This module provides a simple api for various file system operations, like reading directories and subdirectories and returning a list of files and/or subdirectories in either array or hash format.
April 24th 2007     5k
The FIMA (File Manager) routines
I have been using Delphi for several years in writing software for clients and have developed some routines that I have found useful in many of these applications. The applications are mostly databases in which the user did not want ...
November 18th 2009     144k
Limpel-Ziv file compress/decompress w/ASM src
These programs are a file compressor and decompressor based on the Limpel-Ziv algorithm.
February 2nd 2006     24k
Make Source 1.0, .COM-file dissasembler
To generate assembly language source files from COM files. Will not work on any other type. Although I wrote this to generate source which is compatible with the A86 assembler, a little work will convert your resultant source file for ...
February 6th 2006     50k
New Software
Popular Software