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

Copy Tunes freeware
Filter: All | Freeware | Demo
 

Copy Tunes

< 1 2 3 4 5 
Released: October 30, 2010  |  Added: November 11, 2010 | Visits: 1.585

Limagito Lite Limagito is a utility to automatically move - copy - delete files that are added to a specific folder. You can set filters based on the file name, rename files and directories (using regular expressions) when moving them to the new destination, create directories based on the file name or date...



Platforms: Windows

License: Freeware Size: 7.05 MB Download (130): Limagito Lite Download

Added: April 22, 2010 | Visits: 1.255

SecPanel SecPanel serves as a graphical user interface for managing and running SSH (Secure Shell) and SCP (Secure Copy) connections. SecPanel is not a new implementation of the SecureShell protocol or the ssh software-suite. SecPanel sits on top of SSH software-suites and supports the all ssh...





Platforms: *nix

License: Freeware Size: 62.46 KB Download (127): SecPanel Download

Released: June 05, 2014  |  Added: June 22, 2014 | Visits: 952

Freemore DVD Copy Freemore DVD Copy helps convert DVD movies to different video formats like AVI, MPEG, WMV, MP4, MOV, 3GP and so on while preserving the high quality. It is capable of copying your favorite DVD-9 (8.5GB) and DVD-5 (4.7GB) movies and even HD DVD & Blu-Ray movies to many video formats to enjoy in...


Platforms: Windows, Windows 7

License: Freeware Size: 4.81 MB Download (124): Freemore DVD Copy Download

Released: September 19, 2023  |  Added: September 19, 2023 | Visits: 1.097

SSuite PCDrop Copy Master SSuite PC-Drop makes it extremely easy to transfer/copy any files, documents, or images from an Android smartphone to any Windows PC that is connected to your local Wi-Fi network. This application uses direct Peer-To-Peer FTP(File Transport Protocol) communications for data transfers over your...


Platforms: Windows, Windows 7, Android

License: Freeware Size: 30.19 MB Download (120): SSuite PCDrop Copy Master 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: August 26, 2008 | Visits: 1.521

Looney Tunes Wallpapers Brand new Looney Tunes wallpapers from T & P SC. Daffy Duck, Sam, Rocket, Taz, Gossmani, Elmer. Go to the web site to see them all, click on each one to see it full size. At the top of the page are instructions for saving it as your wallpaper. These images and nineteen more are included on the...


Platforms: ALL

License: Freeware Size: 40 KB Download (114): Looney Tunes Wallpapers Download

Added: April 14, 2010 | Visits: 1.080

WebFS::FileCopy WebFS::FileCopy is a Perl module to get, put, move, copy, and delete files located by URIs. SYNOPSIS use WebFS::FileCopy; my @res = get_urls(ftp://www.perl.com, http://www.netscape.com); print $res[0]->content if $res[0]->is_success; # Get content from pages requiring basic...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (114): WebFS::FileCopy Download

Added: January 25, 2010 | Visits: 501

X-Tunes X-Tunes is a free utility to to control iTunes without bringing iTunes to the foreground, or having the iTunes window on screen. The installer places a prefpane in your Library.Contrary to iTunes or other controllers, X-Tunes does not display a window permanently on screen, but only when you...


Platforms: Mac

License: Freeware Download (114): X-Tunes Download

Released: July 01, 2011  |  Added: November 04, 2011 | Visits: 2.349

Click.to Click.to, the true copy & paste turns everything on your desktop in hyperlinks, detours between applications can be skipped. Whether you need text added to an e-mail, pictures published on Facebook or a foreign word search in Wikipedia, click.to does it with one click. Content is easily...


Platforms: Windows

License: Freeware Size: 2.99 MB Download (113): Click.to Download

Added: May 19, 2010 | Visits: 1.987

XML Copy Editor XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents. Whats New in This Release: - This release fixes a number of bugs and introduces...


Platforms: *nix

License: Freeware Size: 3.9 MB Download (111): XML Copy Editor Download

Added: February 20, 2010 | Visits: 1.108

APLoader APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. Features include: fault tolerance a progress meter failed batch logs minimal requirements a programmable API excellent performance. The APLoaderproject is a PostgreSQL Community...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): APLoader Download

Added: August 14, 2010 | Visits: 1.120

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: November 19, 2010 | Visits: 1.323

Copy URL Copy URL is an extension which adds an entry to the popup menu. This extension adds an entry to the popup menu "Copy URL of this page". When selected, the URL of the current page will be copied to the system clipboard. The URL address should be in the clipboard for the use of other applications...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (108): Copy URL Download

Released: August 08, 2012  |  Added: August 29, 2012 | Visits: 1.075

AnyMP4 Free Blu-ray Copy AnyMP4 Free Blu-ray Copy is an easy-to-use software, and it ows the professional and outstanding burning function, which can help you burn Blu-ray disc with any Blu-ray movie without any limitation, so you can download and use it freely. Thus you can share the burned Blu-ray movie with your...


Platforms: Windows, Other

License: Freeware Size: 12 MB Download (108): AnyMP4 Free Blu-ray Copy Download

Added: July 20, 2010 | Visits: 1.282

Clone::More Clone::More is a Perl module that can copy Perl data structures. SYNOPSIS use Clone::More qw( clone ); my $structure = [ { key => value } ]; for my $set ( @$structure ) { my $clone = clone( $set ); for ( keys %$clone ) { print "Everything matches" if ( exists( $set->{$_} ) &&...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (108): Clone::More Download

Released: September 03, 2012  |  Added: September 24, 2012 | Visits: 921

Super Copy Paste Super Copy Paste - Save every copy action (CTRL+C) you do. Restore your past copy actions (CTRL+C) anytime. Your copy actions get saved automatically. When you open this software for the first time, it activates the recording module for your copy actions. From the second time you open the...


Platforms: Windows

License: Freeware Size: 317.87 KB Download (105): Super Copy Paste Download

Added: July 21, 2010 | Visits: 889

miniPager3D miniPager3D is a clone (copy) of the KDE applet minipager, but able to use use 3D Desktop to change the virtual desktop. Of course you need to have 3ddesktop installed on your system. miniPager3D project let you choose 3d Desktop preferences from an additionnal context menu. Installation:...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (105): miniPager3D Download

Added: January 18, 2010 | Visits: 1.191

Copy To Copy To is an Amarok script that will copy selected track(s) to destination location. Featuring kdialog so it can use kio_slaves, eg.: media://, fish://, ftp://, bluetooth://(?) http://blog.neofreko.com/index.php/2007/01/04/amarok-script-copy-to/ Known bug(s): Stopping the script doesnt...


Platforms: *nix

License: Freeware Download (104): Copy To Download

Added: August 16, 2008 | Visits: 752

WinAmp File Copy Bookmark files and copy them to destination or directly to portable MP3 Player


Platforms: Windows

License: Freeware Size: 537 KB Download (104): WinAmp File Copy Download

Added: September 08, 2010 | Visits: 1.090

DB Copy Plugin DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. DB Copy Plugin makes it possible to copy and paste tables from one session to another and between different databases and includes primary key and foreign key constraints for copied tables, and uses Hibernate 3.0 internally...


Platforms: *nix

License: Freeware Size: 2.5 MB Download (101): DB Copy Plugin Download

< 1 2 3 4 5