Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.301 Times

Best File Archiver freeware
Filter: All | Freeware | Demo
 

Best File Archiver

< 1 2 3 4 5 > 
Released: July 14, 2008  |  Added: July 19, 2008 | Visits: 3.424

Moleskinsoft File Sync Probably you had to be engaged in joint projects with someone. In programming, web design or other computer area. Working over the project, you for certain noticed the unpleasant tendency having kept files in any directory on flash you gave to your partner for the further completion. Naturally...



Platforms: Windows

License: Freeware Cost: $19.45 USD Size: 812 KB Download (161): Moleskinsoft File Sync Download

Released: August 30, 2008  |  Added: September 02, 2008 | Visits: 1.457

DesktopZip DesktopZip 2008 is a fast, simple ZIP archiver and dearchiver which uses most popular ZIP format. Its intuitive user interface is extremely easy to use, while its wide ranging support for most file compression formats and comprehensive feature set makes DesktopZip the only archive utility you...





Platforms: Windows

License: Freeware Size: 864.5 KB Download (134): DesktopZip Download

Added: August 22, 2008 | Visits: 1.329

Best Keywords Finder Best Keywords Finder finds the most commonly used keyword combinations with a single button click. You may specify a target keyword, instantly get a hundred matching keywords with a popularity score, save keywords in a file or generate an HTML keyword tag right away. No more browsing through...


Platforms: Windows

License: Freeware Size: 312 KB Download (115): Best Keywords Finder Download

Released: March 24, 2012  |  Added: April 03, 2012 | Visits: 6.158

Easy File Joiner Easy File Joiner is a simple software to join files. If you have downloaded parts of a larger file or want to combine multiple text or MPG files this tool is for you. Easy File Joiner only works with files with no header information, so joining formats such as MP3, AVI, BMP, JPEG will not work,...


Platforms: Windows, Other

License: Freeware Size: 438.16 KB Download (1448): Easy File Joiner Download

Added: August 06, 2008 | Visits: 1.597

Fast File Renamer Fast File Renamer 1.0 is a free and useful en masse file renamer that lets you do automatic renamings of any file, and whose best feature is that it lets you preview the changes before doing them, so you can verify that the result is exactly what you want before ending.


Platforms: Windows

License: Freeware Size: 7 KB Download (243): Fast File Renamer Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.026

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered....


Platforms: Windows

License: Freeware Size: 5.63 MB Download (328): File List Generator Download

Released: July 28, 2009  |  Added: July 31, 2009 | Visits: 2.108

Rizone File Checker Now and then, just for some peace of mind, I like to do a System File Scan in Windows XP (SFC /SCANNOW). But this is an irritating command line typing way of checking your system files. So, I decided to make a SFC wrapper to make the task as uncomplicated as possible. Included are features to...


Platforms: Windows

License: Freeware Size: 676 KB Download (186): Rizone File Checker Download

Released: December 19, 2009  |  Added: December 29, 2009 | Visits: 2.589

File Touch When developing or testing software, there are times when you need to reset a file's date and time created, last modified, and/or last accessed. FileTouch modifies file date/times on individual files, or sets of files. Simply run the single executable (no install necessary), fill out the form,...


Platforms: Windows

License: Freeware Size: 119 KB Download (178): File Touch Download

Added: January 18, 2010 | Visits: 1.741

AVI TV Episode File Resizer AVI TV Episode File Resizer script is not for multiple MOVIE files (only TV) however it can do SINGLE MOVIE files quite nicely. The project was designed to help me fit (resize the file) multiple Xvid TV episodes (entire season) on a single DVD. Most of the time a TV series is almost exactly the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (117): AVI TV Episode File Resizer Download

Added: January 18, 2010 | Visits: 1.045

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (99): File::PathList Download

Added: January 18, 2010 | Visits: 1.234

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: January 18, 2010 | Visits: 1.034

File::Searcher File::Searcher is a searches for files and performs search/replacements on matching files. SYNOPSIS use File::Searcher; my $search = File::Searcher->new(*.cgi); $search->add_expression(name=>street, search=>1234 Easy St., replace=>456 Hard Way, options=>i);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (90): File::Searcher Download

Added: September 08, 2010 | Visits: 1.764

Copy file or directory path Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities...


Platforms: *nix

License: Freeware Download (115): Copy file or directory path Download

Added: October 24, 2010 | Visits: 1.076

IR File Chooser IR File Chooser is an infrared remote-controlled fileselection menu. Infra Red (IR) File Chooser is a remote-controlled menu for selecting files and loading them by an assigned program. You can add as many filetypes and associated programs as you wish. The functionality of Infra Red (IR)...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (146): IR File Chooser Download

Added: January 07, 2010 | Visits: 1.540

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: April 02, 2010 | Visits: 1.080

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: January 08, 2010 | Visits: 1.956

jsp File Browser jsp File Browser is an easy to use and easy to install file browser java server page. This JSP program allows remote web-based file access and manipulation.. JSP file browser allows remote web-based file access and manipulation like upload.


Platforms: *nix

License: Freeware Size: 23.55 KB Download (254): jsp File Browser Download

Added: January 25, 2010 | Visits: 1.153

File::Next::OO File::Next::OO is a Perl module with file-finding iterator Wrapper for File::Next::files function. SYNOPSIS File::Next::OO is just a wrapper around File::Next::files function. But it is easy to remember and less typing. Call it always with object notation. Not mixed as in File::Next itself....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): File::Next::OO Download

Added: August 22, 2010 | Visits: 1.444

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: June 15, 2010 | Visits: 1.267

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

< 1 2 3 4 5 >