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.063.387 Times

Extract File Cue freeware
Filter: All | Freeware | Demo
 

Extract File Cue

< 1 2 3 4 5 > 
Released: August 01, 2013  |  Added: August 22, 2013 | Visits: 22.248

Some PDF Image Extract Some PDF Image Extract is a easily tool to extract images from pdf files. Some PDF Image Extract can easy help you to extract images in pdf files to TIFF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM. Easily extract images from pdf files to TIF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM, PCX with Some PDF Image...



Platforms: Windows

License: Freeware Size: 1.54 MB Download (410): Some PDF Image Extract Download

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

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

Released: November 13, 2011  |  Added: December 18, 2011 | Visits: 1.645

Swiss File Knife SFK makes daily tasks easy. Find and extract text in binary files, list dir tree sizes, filter and replace text, run an instant ftp server, http server for easy file transfer, find duplicate files, join many text files into one, create and verify md5 checksum lists, run a command on all files,...


Platforms: Windows, Mac, *nix

License: Freeware Size: 1.12 MB Download (148): Swiss File Knife Download

Released: January 31, 2005  |  Added: December 01, 2008 | Visits: 1.486

zipcreator zipcreator is a free zip file utility for making and opening zip archives. You can view the contents of a zip file and extract selected entries. Preparing zip files and extracting their contents. Use zipcreator to explore zip archives, backup your work or collate multiple files for emailing. This...


Platforms: Windows, Mac, *nix

License: Freeware Size: 205.33 KB Download (133): zipcreator Download

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

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 (322): File List Generator Download

Released: June 10, 2011  |  Added: June 26, 2011 | Visits: 3.558

WinMend File Copy WinMend File Copy is a free and excellent batch file copy tool. Based on extensive testing, and by constantly maximizing the potential of the operating system, WinMend File Copy developed a unique key technique that makes up for the inadequacy of the system's default copy functionality and...


Platforms: Windows

License: Freeware Size: 2.1 MB Download (313): WinMend File Copy Download

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

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.579

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.731

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.039

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.226

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.030

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.755

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 (114): Copy file or directory path Download

Added: October 24, 2010 | Visits: 1.071

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 (140): IR File Chooser Download

Added: January 07, 2010 | Visits: 1.531

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 (91): File::Find::Parallel Download

Added: October 25, 2010 | Visits: 996

Locale::Maketext::Extract Locale::Maketext::Extract is a Perl module used to extract translatable strings from source. SYNOPSIS my $Ext = Locale::Maketext::Extract->new; $Ext->read_po(messages.po); $Ext->extract_file($_) for <*.pl>; # Set $entries_are_in_gettext_format if the .pl files above use # loc(%1) instead...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): Locale::Maketext::Extract Download

Added: September 06, 2010 | Visits: 871

Locale::Maketext::Extract::Run Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl. SYNOPSIS use Locale::Maketext::Extract::Run xgettext; xgettext(@ARGV);.


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Extract::Run Download

Added: April 02, 2010 | Visits: 1.077

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.946

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 (250): jsp File Browser Download

Added: January 25, 2010 | Visits: 1.142

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

< 1 2 3 4 5 >