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

Manage Directories freeware
Filter: All | Freeware | Demo
 

Manage Directories

< 1 2 3 4 5 > 
Released: January 16, 2020  |  Added: January 21, 2020 | Visits: 6.015

Remote Queue Manager Personal Every time you use the "Print" function in one of your applications, the information goes to a spool on your hard disk before being sent to the printer. If you are printing several documents, they form a print queue. Even if you have only one printer directly connected to your computer, it's easy... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.5 MB Download (428): Remote Queue Manager Personal Download

Added: July 25, 2006 | Visits: 2.848

Password Kernel Securely save and manage your password information. Seven levels of encryption makes sure that your password information is safe. Fast access to your passwords when you need them. Automatically launch login web sites. Storenotes with your passwords. Automatic password generation. Several... Platforms: Windows

License: Freeware Size: 322 KB Download (184): Password Kernel Download

Released: July 22, 2008  |  Added: July 26, 2008 | Visits: 5.547

Auto FTP Free Auto FTP Free uploads, downloads, and synchronizes directories easily. It makes file transfers as easy as click, drag, and drop! The built-in File Manager's lets you drag and drop files and folders to and from any FTP server. Upload, or download files with a single click. Work with... Platforms: Windows

License: Freeware Size: 5.03 MB Download (576): Auto FTP Free Download

Released: July 27, 2008  |  Added: August 01, 2008 | Visits: 2.823

SliQ Submitter SliQ Submitter speeds up the process of submitting your websites to web directories. All you need do is enter your website details and then begin submitting to over 2000 directories. SliQ Submitter supports multiple titles, descriptions and categories allowing you to vary anchor text for the link... Platforms: Windows

License: Freeware Size: 2.89 MB Download (1033): SliQ Submitter Download

Added: March 08, 2010 | Visits: 1.296

VideoManager VideoManager is a PyGTk application to manage your movies. An application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category,... Platforms: *nix

License: Freeware Size: 83.97 KB Download (145): VideoManager Download

Added: August 22, 2008 | Visits: 2.005

Directories Sweeper Directories Sweeper is a tool that looks for and deletes directories and folders that it finds empty in your PC.Normally, when you uninstall a program in your PC, whether via the uninstall file in the program itself, or using the Windows "Add/Remove Programs" there is usually an empty folder left... Platforms: Windows

License: Freeware Size: 2 KB Download (290): Directories Sweeper Download

Added: January 18, 2010 | Visits: 905

sdb - show database SDB is an utility for traders to manage a collection of live shows. SDB is an utility for traders to manage a collection of live shows. It currently features various export formats (txt, html) and a gui to browse, add, edit your shows.. sdb - show database. An gtk-based utility to manage a... Platforms: *nix

License: Freeware Size: 102.4 KB Download (134): sdb - show database Download

Added: January 18, 2010 | Visits: 1.237

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: September 08, 2010 | Visits: 1.597

Quick and Dirty Sync Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories. Your mileage may... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Quick and Dirty Sync Download

Added: January 08, 2010 | Visits: 783

XPenguinsApplet XPenguinsApplet aims to provide a handy frontend to manage xpenguins.. XPenguinsApplet KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News Forum GUI Polls... Platforms: *nix

License: Freeware Size: 53.25 KB Download (89): XPenguinsApplet Download

Added: October 03, 2010 | Visits: 782

libgfeed libgfeed is a library to manage (create, load, edit) feed files in either the ATOM v1.0 or RSS v2.0 format. Installation: 1. `cd to the directory containing the packages source code and type ./configure to configure the package for your system. If youre using `csh on an old version of System... Platforms: *nix

License: Freeware Size: 337.92 KB Download (87): libgfeed Download

Added: January 07, 2010 | Visits: 1.543

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: June 24, 2010 | Visits: 1.303

XML::SAX::Machine XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): XML::SAX::Machine Download

Added: June 04, 2010 | Visits: 767

gimmage gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments. It has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed.. Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): gimmage Download

Added: February 22, 2010 | Visits: 898

wmcapshare wmcapshare is a dockapp to control and manage the HP Capshare Information Appliance. The goal is to provide a linux replacement for the CapShares own application which HP has seen fit to discontinue. Why I got sick of having to deal with the openobex sample application as my only interface... Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): wmcapshare Download

Added: April 02, 2010 | Visits: 1.083

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: March 05, 2010 | Visits: 1.334

Samba::LDAP Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. SYNOPSIS use Carp; use Samba::LDAP; my $samba = Samba::LDAP->new() or croak "Cant create objectn"; my $domain = $samba->get_local_sid();. Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): Samba::LDAP Download

Added: August 10, 2010 | Visits: 969

mod_coolphoto mod_coolphoto is an Apache module that enables you to manage and display images within a series of photo galleries. mod_coolphoto has been written and tested using Linux and Apache 1.3x. Each virtual server on the machine can have its own configuration and its own unique galleries.. Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): mod_coolphoto Download

Added: January 10, 2010 | Visits: 1.338

MP3::Album::Layout::Fetcher MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts. This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers. The fetcher modules are called by... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): MP3::Album::Layout::Fetcher Download

Added: July 09, 2010 | Visits: 1.408

MP3::Album::Track MP3::Album::Track is a Perl extension to manage a "physical" track of a mp3 album. SYNOPSIS use MP3::Album::Track; #create a track object $track = MP3::Album::Track->new(filename=>$path_to_mp3_file); #set its mp3 tag $track->set_tag(title=>i dont know why); #rename it!... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): MP3::Album::Track Download

< 1 2 3 4 5 >