<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; copy</title>
	<atom:link href="http://www.ghacks.net/tag/copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Sun, 08 Nov 2009 22:45:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Robocopy GUI</title>
		<link>http://www.ghacks.net/2009/07/06/robocopy-gui/</link>
		<comments>http://www.ghacks.net/2009/07/06/robocopy-gui/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 08:54:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[disk copy]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[robocopy gui]]></category>
		<category><![CDATA[software copy]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14162</guid>
		<description><![CDATA[The standard functionality to copy files and folders in Windows is severely limited. It might work fine for casual users but if you ever tried to copy a large amount of data to a network share or backup folder you might have noticed that there are things amiss that are more or less essential for [...]]]></description>
			<content:encoded><![CDATA[<p>The standard functionality to copy files and folders in Windows is severely limited. It might work fine for casual users but if you ever tried to copy a large amount of data to a network share or backup folder you might have noticed that there are things amiss that are more or less essential for users working in IT. A small connection problem for example during the file transfer can end the transfer right at that point which then puts the user in the situation to find out what happened and what was transferred to start the process anew.</p>
<p>Some of the features that are missing are the abilities to pause and resume the copy process and to filter files and folders.Robocopy is a command line tool developed by Microsoft that provides the extended functionality that some users require. Command line tools on the other hand are not always that comfortable to use which is why Microsoft created Robocopy GUI which provides a graphical user interface for Robocopy.</p>
<p><span id="more-14162"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/07/robocopy_gui.gif" alt="robocopy gui" title="robocopy gui" width="400" height="369" class="alignnone size-full wp-image-14163" /></p>
<p>Robocopy GUI is a basic software program that requires the Microsoft .net Framework 2.0 (which is included in Windows Vista). It can be <a href="http://technet.microsoft.com/en-us/magazine/2006.11.utilityspotlight.aspx">downloaded</a> from the Technet website where it was announced.</p>
<blockquote><p>Robocopy GUI lets you specify your source and target paths, as well as any custom options or filters you&#8217;d like to apply, whether or not you&#8217;d like to create a drive mapping, where you&#8217;d like to store the resulting logs, and so on. These are all features you can certainly execute with traditional Robocopy command line functionality, but for many, having the options consolidated in a graphical interface may really simplify the process.</p>
<p>Robocopy GUI also extends the functionality of the existing Robocopy tool in some very interesting ways. For example, this tool is multithreaded, allowing you to create a Robocopy script, execute it, and begin creating another one while your first script is still running. It also allows you to save your scripts (even if you don&#8217;t actually execute them) so that you can create a library of common scripts or share them with your colleagues. And most importantly, Robocopy GUI allows you to save your default settings so you don&#8217;t have to start from scratch every time.</p></blockquote>
<p>The program is a great help for users who prefer to work with graphical user interfaces. The option to use the command line version as well &#8211; for example to make use of the functionality in scripts &#8211; is still provided.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-files/" title="copy files" rel="tag">copy files</a>, <a href="http://www.ghacks.net/tag/disk-copy/" title="disk copy" rel="tag">disk copy</a>, <a href="http://www.ghacks.net/tag/robocopy/" title="robocopy" rel="tag">robocopy</a>, <a href="http://www.ghacks.net/tag/robocopy-gui/" title="robocopy gui" rel="tag">robocopy gui</a>, <a href="http://www.ghacks.net/tag/software-copy/" title="software copy" rel="tag">software copy</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/28/rename-and-copy-files-with-caterpixer/" title="Rename And Copy Files With Caterpixer (September 28, 2009)">Rename And Copy Files With Caterpixer</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/01/22/monitor-directories-with-directory-changes-watcher/" title="Monitor Directories With Directory Changes Watcher (January 22, 2009)">Monitor Directories With Directory Changes Watcher</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/09/04/fast-copy/" title="Fast Copy (September 4, 2008)">Fast Copy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/01/19/copy-locked-and-open-files-in-windows/" title="Copy Locked And Open Files In Windows (January 19, 2009)">Copy Locked And Open Files In Windows</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/06/robocopy-gui/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy Files To Multiple Locations</title>
		<link>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/</link>
		<comments>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:55:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy software]]></category>
		<category><![CDATA[file copy]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[n2ncopy]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/</guid>
		<description><![CDATA[If you want to copy files in Windows Explorer you can do so from one location to another at the same time. There is no way to copy or move files from multiple locations to multiple locations easily. While it is possible to start several file copying processes and run them simultaneously it usually means [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to copy files in Windows Explorer you can do so from one location to another at the same time. There is no way to copy or move files from multiple locations to multiple locations easily. While it is possible to start several file copying processes and run them simultaneously it usually means a reduced overall process.</p>
<p>N2ncopy is a tiny Windows computer software program that allows to copy or move multiple files from different locations to different targets. The application will display a tiny overlay window that can be moved around freely on the screen. The window is divided into a green and blue area. Files that should be moved or copied can be dragged into the green area while the blue area is reserved for the target directories.</p>
<p>A right-click on the tiny interface will open the main interface displaying all the files and targets that have been dragged and dropped into the application up to this point. It is possible to remove some or all of the files and targets again and to specify of the task should by copying or moving files.</p>
<p><span id="more-11608"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/copy_files-500x353.jpg" alt="copy files" title="copy files" width="500" height="353" class="alignnone size-medium wp-image-11607" /></p>
<p>The only other options are to define rules if files with identical names are encountered in the target directories. Choices are to either overwrite those files or to rename the new files automatically.</p>
<p>A click on the Do the task button will start the file copying process while a click on Return will display the small overlay window again that can be used to add additional files and targets to the program. The program uses less than 3 Megabytes of computer memory while running.</p>
<p>A window displaying the file copying progress will be shown during the file transfers as well as a status report at the end of the process indicating if it was completed successfully.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-software/" title="copy software" rel="tag">copy software</a>, <a href="http://www.ghacks.net/tag/file-copy/" title="file copy" rel="tag">file copy</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/n2ncopy/" title="n2ncopy" rel="tag">n2ncopy</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/09/04/fast-copy/" title="Fast Copy (September 4, 2008)">Fast Copy</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Get To Know Linux: Copy and Paste</title>
		<link>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/</link>
		<comments>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:25:39 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy paste]]></category>
		<category><![CDATA[Linux applications]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[linux terminal]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10862</guid>
		<description><![CDATA[It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. [...]]]></description>
			<content:encoded><![CDATA[<p>It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. How can such a basic function be any easier? Read on to find out.</p>
<p>The typical action of cutting and pasting does and should (in most cases) work across applications as well as into the command line. The trick is knowing either the key combinations or the correct mouse buttons. So whether your copying and pasting from one document to another, from document to email (or vice versa), or just about any application to any application Linux can copy and paste. Let&#8217;s find out just how.</p>
<p><span id="more-10862"></span></p>
<p><strong>The Mouse</strong></p>
<p>This is the big one that makes your copy/paste life very simple. With the Linux operating system there are three mouse buttons: 1, 2, 3. The left mouse button is button 1, the right mouse button is button 2, and the mouse wheel is button 3. If your mouse doesn&#8217;t have a mouse wheel then pressing both 1 and 2 together is the equivalent of button 3. Now that we have that out of the way I am going to show you a nice trick. Go to a document (OpenOffice, Abiword, or even compose an email). Highlight some text by clicking button 1 and dragging the mouse over the text you want to highlight (simple text selection). Once you have selected your text click your cursor in a blank area of the document and click button 3. What you should see is the selected text is pasted where you clicked with button 3. So the action of highlighting text with button 1 is <strong>copying</strong> and clicking with button 3 is <strong>pasting</strong>. How simple is that? This action also works from document to command line and vice versa.</p>
<p><strong>The Keyboard</strong></p>
<p>Naturally the standard keyboard key combinations will work for copying and pasting. There are a couple of exceptions. When copying within (or to and from) some terminal windows there are different key combinations to use. For example, in gnome-terminal instead of Ctrl-c and Ctrl-v (for copy and paste) you use Ctrl-shift-c and Ctrl-shift-v for copying and pasting. This can be changed within the profile editor in gnome-terminal (if you want this feature to echo the standard combination.) Be aware, however, that if you copy text by selecting via the left mouse you can not paste by using Ctrl-v. The Ctrl-v combination (or Ctrl-Shift-v combination) only works in conjunction with the Ctrl-c or Ctrl-Shift-c combinations.</p>
<p><strong>The Menu</strong></p>
<p>As you can imagine nearly every Linux GUI application has an Edit menu that includes the Copy/Paste entries. These work exactly as you would expect. These menu entries also work in conjunction with the Ctrl-c/v combinations, but not the button 1 highlight action (button 1 copy action only works with the button 3 paste action).</p>
<p><strong>Final Thoughts</strong></p>
<p>I will warn you that once you get used to the button1/3 copy/paste action you will find yourself attempting it in all other operating systems. This method of copy/paste is the easiest means of copying and pasting content bar none. It is nice, however, that the various Linux distributions include other means for those users who prefer the standard methods.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-paste/" title="copy paste" rel="tag">copy paste</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-applications/" title="Linux applications" rel="tag">Linux applications</a>, <a href="http://www.ghacks.net/tag/linux-desktop/" title="linux desktop" rel="tag">linux desktop</a>, <a href="http://www.ghacks.net/tag/linux-terminal/" title="linux terminal" rel="tag">linux terminal</a>, <a href="http://www.ghacks.net/tag/paste/" title="paste" rel="tag">paste</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/" title="Make KDE 4 More User-Friendly by Changing Window Behavior (December 31, 2008)">Make KDE 4 More User-Friendly by Changing Window Behavior</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/" title="Installing and Configuring Enlightenment E16 (December 15, 2008)">Installing and Configuring Enlightenment E16</a> (10)</li>
	<li><a href="http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/" title="How to easily dump PS3 movies and games (December 3, 2006)">How to easily dump PS3 movies and games</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/21/getting-to-know-linux-installing-applications-in-unbuntu/" title="Getting to Know Linux: Installing applications in Ubuntu (December 21, 2008)">Getting to Know Linux: Installing applications in Ubuntu</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/" title="Get To Know Linux: The GNOME Panel (March 4, 2009)">Get To Know Linux: The GNOME Panel</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fast Copy</title>
		<link>http://www.ghacks.net/2008/09/04/fast-copy/</link>
		<comments>http://www.ghacks.net/2008/09/04/fast-copy/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 16:10:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy files]]></category>
		<category><![CDATA[copy software]]></category>
		<category><![CDATA[fast copy]]></category>
		<category><![CDATA[file transfer]]></category>
		<category><![CDATA[teracopy]]></category>
		<category><![CDATA[transfer files]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6763</guid>
		<description><![CDATA[Fast Copy is a file copier for Windows that has been around for some time. It was recently updated making it an ideal time to review it at Ghacks. Fast Copy comes as a portable application that can be used to copy files in an efficient speedy way. It falls in the same category as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ipmsg.org/tools/fastcopy.html.en">Fast Copy</a> is a file copier for Windows that has been around for some time. It was recently updated making it an ideal time to review it at Ghacks. Fast Copy comes as a portable application that can be used to copy files in an efficient speedy way. It falls in the same category as programs like <a href="http://www.codesector.com/teracopy.php">TeraCopy</a> which offer the same functionality.</p>
<p>A major difference between the two applications is the fact that Fast Copy does not hijack the original Windows copy, delete and move operations but comes only into play when the user selects the application to handle the transfers. This can be done by loading Fast Copy or adding Fast Copy entries to the right-click context menu. The option for the latter is provided in the program&#8217;s options.</p>
<p>Since the usage is not automatic using Fast Copy makes only sense in situations where the user has to copy many files and folders at once, for example when moving the contents of one hard drive to another. It simply takes about five to ten seconds to start the file transfer because the source and destination locations have to be added to the program manually.</p>
<p><span id="more-6763"></span>The context menu entry is only adding the source location to the program but the destination would still have to be selected manually.  Fast Copy uses parallel processing if the source and destination location are on different hard drives and a huge buffer if they are on the same. It comes with a lot of options that can be changed like the buffer size or actions to take if a file exists in the destination.</p>
<p>The command line options might make it usable for batch files that use file operations. It lacks a few of the features that TeraCopy comes with like a queue that offers options to skip files or pause the process. </p>
<p>Fast Copy in its current version can be used in batch files because of its command line parameters and to copy large amount of files. It does not work as a real transfer replacement for Windows and have to leave that field to Teracopy.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-files/" title="copy files" rel="tag">copy files</a>, <a href="http://www.ghacks.net/tag/copy-software/" title="copy software" rel="tag">copy software</a>, <a href="http://www.ghacks.net/tag/fast-copy/" title="fast copy" rel="tag">fast copy</a>, <a href="http://www.ghacks.net/tag/file-transfer/" title="file transfer" rel="tag">file transfer</a>, <a href="http://www.ghacks.net/tag/teracopy/" title="teracopy" rel="tag">teracopy</a>, <a href="http://www.ghacks.net/tag/transfer-files/" title="transfer files" rel="tag">transfer files</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/file-transfer-software/" title="File Transfer Software (March 23, 2009)">File Transfer Software</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/copy-files-to-multiple-locations/" title="Copy Files To Multiple Locations (April 2, 2009)">Copy Files To Multiple Locations</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/06/08/transfer-and-backup-files-with-file-transfer-software-fling/" title="Transfer And Backup Files With File Transfer Software Fling (June 8, 2009)">Transfer And Backup Files With File Transfer Software Fling</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/04/fast-copy/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Copy random files</title>
		<link>http://www.ghacks.net/2008/05/18/copy-random-files/</link>
		<comments>http://www.ghacks.net/2008/05/18/copy-random-files/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:26:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3-player]]></category>
		<category><![CDATA[random files]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4179</guid>
		<description><![CDATA[Mix2Stix was primarily designed to copy random mp3 files from the hard drive to an USB stick or mp3 player to ease the pain of selecting the music manually. It provides a one click solution with a few comfort functions which I will explain later in this article. The user has to set four parameters [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://software.azett.com/index.php?cat=20_Mix2Stix&#038;page=50_Download">Mix2Stix</a> was primarily designed to copy random mp3 files from the hard drive to an USB stick or mp3 player to ease the pain of selecting the music manually. It provides a one click solution with a few comfort functions which I will explain later in this article. The user has to set four parameters after program start that define the process. </p>
<p>He has to select the folder from which the files are copied &#8211; subfolders are automatically included in the process -, a destination drive or folder, a size that should be copied and the file extension. The first two are obvious while the latter two require a short explanation. Size defines the total size of all files that are copied. If you pick for instance 1000 Megabyte as the size and mp3 as the file extension mp3 files with a total size   of about 1000 Megabytes will be copied, never more than that of course to avoid the dreaded disk is full message.</p>
<p>The file extension can be any file extension which means you can also copy avi files, documents, images or anything else that you can think of randomly to the folder or hard drive.It is furthermore possible to add additional file extensions with the &#8220;;&#8221; separator.</p>
<p><span id="more-4179"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/mix2stix.jpg" alt="mix2stix" title="mix2stix" width="408" height="233" class="alignnone size-medium wp-image-4180" /></p>
<p>Two optional check boxes are available: Clear Destination Dir deletes all files in the destination dir so that it is empty before the copy begins. Replace Existing Files overwrites existing files without asking during the copying.</p>
<p>The configuration can be saved and loaded which is nice if you want to use the program every now and then to load new files on the device. It is even possible to use it once every day before going to school to start the day with a fresh random selection of your music.</p>
<p>Mix2Stix requires Java which has to be installed on the system. The source is included in the distribution.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/file/" title="file" rel="tag">file</a>, <a href="http://www.ghacks.net/tag/java/" title="java" rel="tag">java</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-player/" title="mp3-player" rel="tag">mp3-player</a>, <a href="http://www.ghacks.net/tag/random-files/" title="random files" rel="tag">random files</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/09/15/winamp-55-lite-vs-xmplay-memory-management/" title="Winamp 5.5 lite vs. XMPlay Memory Management (September 15, 2007)">Winamp 5.5 lite vs. XMPlay Memory Management</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/04/24/sync-any-mp3-player-with-itunes/" title="Sync any mp3 player with iTunes (April 24, 2008)">Sync any mp3 player with iTunes</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/" title="Record Sounds from any source (February 9, 2007)">Record Sounds from any source</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/11/large-list-of-podcasts-that-teach-you-something/" title="Large List of Podcasts that teach you something (December 11, 2006)">Large List of Podcasts that teach you something</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/20/google-inline-mp3-player/" title="Google Inline MP3 Player (May 20, 2008)">Google Inline MP3 Player</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/18/copy-random-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enhance Windows file operations</title>
		<link>http://www.ghacks.net/2007/09/12/enhance-windows-file-operations/</link>
		<comments>http://www.ghacks.net/2007/09/12/enhance-windows-file-operations/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 12:54:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy handler]]></category>
		<category><![CDATA[file operations]]></category>
		<category><![CDATA[hard-drive]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/12/enhance-windows-file-operations/</guid>
		<description><![CDATA[Windows file operations are displayed in an basic window with no option to enhance them at all. This can be really tiresome if you copy hundreds of files only to realize that the operation was terminated somewhere in the middle. There is no possibility to resume transfers as well and no list showing all file operations including their status.]]></description>
			<content:encoded><![CDATA[<p>Windows file operations are displayed in an basic window with no option to enhance them at all. This can be really tiresome if you copy hundreds of files only to realize that the operation was terminated somewhere in the middle. There is no possibility to resume transfers as well and no list showing all file operations including their status.</p>
<p>Copy Handler replaces and enhances copy and move operations in Windows by replacing the native software with an advanced version. This is done by registering the shell extension dll once which has the effect that all move and copy commands are performed by Copy Handler.</p>
<p>The author claims that it can speed up file transfers between different partitions of the same physical hard drive by a factor of 6 which is probably a bit to much. A speed difference is visible nevertheless.</p>
<p><span id="more-1990"></span><img src="http://www.ghacks.net/files/screens/2007/09/copy-handler.jpg" alt="copy handler" /></p>
<p>The default Copy Handler window lists all file transfers with information such as filename, source and destination and status. Selecting a file lists even more parameters such as transfer speed, buffer size and the full path.</p>
<p>Buttons give you the option to resume, cancel, restart or pause transfers which is great if only a few of the transfers were interrupted. Instead of transferring all files again you only need to select the incomplete ones and click on resume.</p>
<p>The configuration lists an extensive number of settings that can be changed. The system can be shutdown after file transfers, buffer sizes can be changed as well as windows and information that are displayed.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.copyhandler.com/">Copy Handler</a></p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-handler/" title="copy handler" rel="tag">copy handler</a>, <a href="http://www.ghacks.net/tag/file-operations/" title="file operations" rel="tag">file operations</a>, <a href="http://www.ghacks.net/tag/hard-drive/" title="hard-drive" rel="tag">hard-drive</a>, <a href="http://www.ghacks.net/tag/move/" title="move" rel="tag">move</a>, <a href="http://www.ghacks.net/tag/partition/" title="partition" rel="tag">partition</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/29/vista-system-partitioning/" title="System Partitioning with Vista (July 29, 2008)">System Partitioning with Vista</a> (10)</li>
	<li><a href="http://www.ghacks.net/2007/11/06/get-several-hard-drive-properties-at-once/" title="Get several hard drive properties at once (November 6, 2007)">Get several hard drive properties at once</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/28/free-paragon-hard-disk-manager-8/" title="Free Paragon Hard Disk Manager 8 (February 28, 2008)">Free Paragon Hard Disk Manager 8</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/12/enhance-windows-file-operations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Scan, Fax and Copy with your mobile phone</title>
		<link>http://www.ghacks.net/2007/08/03/scan-fax-and-copy-with-your-mobile-phone/</link>
		<comments>http://www.ghacks.net/2007/08/03/scan-fax-and-copy-with-your-mobile-phone/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 11:14:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[comombo]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[fax]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[scanr]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/08/03/scan-fax-and-copy-with-your-mobile-phone/</guid>
		<description><![CDATA[I always thought it would be nice to put the camera that most mobile phones are equipped with to got use and have a software that would make it possible to take a picture of a document and fax or send it to someone using the same phone. I don't have a fax because I rarely need it but I miss it dearly whenever I need it.]]></description>
			<content:encoded><![CDATA[<p>I always thought it would be nice to put the camera that most mobile phones are equipped with to got use and have a software that would make it possible to take a picture of a document and fax or send it to someone using the same phone. I don&#8217;t have a fax because I rarely need it but I miss it dearly whenever I need it.</p>
<p>I had to fax some information to Paypal the other day and I had to copy the documents and walk into a store that offered to send papers with their fax. Besides the privacy concerns I lost almost an hour that day just to fax some papers to Paypal. It would be much easier to simply use the camera of a mobile phone to take a picture of the document and send it as a fax or email attachment to the recipient. </p>
<p>I tried two services, one of them free while the other one is a paid service that starts at $4,99 monthly for 10 sheets. <a href="http://www.scanr.com/">Scanr</a> is a free mobile application that supports a wide variety of mobile phones offering a Java and Symbian version of their software. A 1 Megapixel camera is required though.</p>
<p><span id="more-1828"></span>The only costs are the costs of your wireless carrier. There is no image postprocessing which means that your images could be rather big which would lead to high costs unless you have an unlimited plan.</p>
<p>Comombo is a paid service which offers their application for Java and Symbian as well. The big advantage is the postprocessing of the images which leads to some remarkable results. First the size of the image is reduzed which is always good because you have to send it over the Internet using your mobile phone.</p>
<p>The second advantage is that it increases image quality. It lightens up dark images for instance making the document more readable.</p>
<p>The freeware version is good for 10 pages that can be faxed. All other versions ask for a monthly fee that grant a certain amount of free faxes for that month. I would like to see a one time payment opportunity which gives me a certain amount of faxes that I can send whenever I want to.</p>
<p>This is a good service if you fax regularly and a not so good one if you only do it occasionally.</p>

	Tags: <a href="http://www.ghacks.net/tag/comombo/" title="comombo" rel="tag">comombo</a>, <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/documents/" title="documents" rel="tag">documents</a>, <a href="http://www.ghacks.net/tag/fax/" title="fax" rel="tag">fax</a>, <a href="http://www.ghacks.net/tag/mobile-phone/" title="mobile phone" rel="tag">mobile phone</a>, <a href="http://www.ghacks.net/tag/scan/" title="scan" rel="tag">scan</a>, <a href="http://www.ghacks.net/tag/scanr/" title="scanr" rel="tag">scanr</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/26/view-documents-online-with-google-docs-viewer/" title="View Documents Online With Google Docs Viewer (September 26, 2009)">View Documents Online With Google Docs Viewer</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/07/19/use-the-computer-to-fill-out-paper-forms/" title="Use The Computer To Fill Out Paper Forms (July 19, 2008)">Use The Computer To Fill Out Paper Forms</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/01/11/use-orb-to-stream-media-on-any-device-with-internet-access/" title="Use Orb to stream media on any device with internet access (January 11, 2007)">Use Orb to stream media on any device with internet access</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/09/07/use-notepad-without-sessions/" title="Use Notepad++ Without Sessions (September 7, 2008)">Use Notepad++ Without Sessions</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/09/21/unlimited-means-no-restrictions/" title="Unlimited means no restrictions (September 21, 2007)">Unlimited means no restrictions</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/08/03/scan-fax-and-copy-with-your-mobile-phone/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Copy Data from partially unreadable files</title>
		<link>http://www.ghacks.net/2007/04/02/copy-data-from-partially-unreadable-files/</link>
		<comments>http://www.ghacks.net/2007/04/02/copy-data-from-partially-unreadable-files/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 04:35:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy cat]]></category>
		<category><![CDATA[damaged-cd]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[scratched-cd]]></category>
		<category><![CDATA[unreadable]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/02/copy-data-from-partially-unreadable-files/</guid>
		<description><![CDATA[About eight years ago I was backing up some pretty valuable files on CD. I should add valuable to me. One Cd contained demos of me and my clan playing Unreal Tournament capture the flag and I've always seen this as a part of my history. Well, I tried to copy the CD to my hard drive a few days ago and guess what; Some files could not be read and I lost some of them during the process. At least that's what I thought until I found the freeware Copy Cat. Copy Cat uses a superior method to copy files by using a byte per byte method.]]></description>
			<content:encoded><![CDATA[<p>About eight years ago I was backing up some pretty valuable files on CD. I should add valuable to me. One Cd contained demos of me and my clan playing Unreal Tournament capture the flag and I&#8217;ve always seen this as a part of my history. Well, I tried to copy the CD to my hard drive a few days ago and guess what; Some files could not be read and I lost some of them during the process. At least that&#8217;s what I thought until I found the freeware Copy Cat. Copy Cat uses a superior method to copy files by using a byte per byte method.</p>
<p>If a byte is unreadable it skips only that byte by default and tries the next one. This can be very helpful if you want to copy data from scratched or partially unreadable CDs or DVDs, partially unreadable hard drives or other media like zip drives as well. It is possible to change the number of bytes that get skipped during the process. The author recommends that 1 byte is skipped but it is possible to adjust that value to 10, 100, 1000, 10000, 100000 and one million.</p>
<p><span id="more-1371"></span></p>
<p>You loose of course more data if you set that value to a higher figure. Using Copy Cat can&#8217;t be easier. Just select a source file from your hard drive, CD, DVD or removable storage and select a destination directory. Adjust the number of bytes that get skipped if you like and click on copy. </p>
<p><a href="http://www.vcsoftwares.com/cc.html" target="_blank">Copy Cat</a> then tried to read the file byte by byte and copy it to your destination. This method has no guarantee of making all unreadable files work again. I think it should have nice results with text documents and problems with archives. I had no unreadable files of both kinds and could not test my theory. I still think it is more likely that you get CRC errors with the archives if bytes have been skipped during the copy.</p>

	Tags: <a href="http://www.ghacks.net/tag/cd/" title="cd" rel="tag">cd</a>, <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-cat/" title="copy cat" rel="tag">copy cat</a>, <a href="http://www.ghacks.net/tag/damaged-cd/" title="damaged-cd" rel="tag">damaged-cd</a>, <a href="http://www.ghacks.net/tag/dvd/" title="dvd" rel="tag">dvd</a>, <a href="http://www.ghacks.net/tag/files/" title="files" rel="tag">files</a>, <a href="http://www.ghacks.net/tag/recover/" title="recover" rel="tag">recover</a>, <a href="http://www.ghacks.net/tag/scratched-cd/" title="scratched-cd" rel="tag">scratched-cd</a>, <a href="http://www.ghacks.net/tag/unreadable/" title="unreadable" rel="tag">unreadable</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/08/13/why-drm-is-not-consumer-friendly/" title="Why DRM is not consumer friendly (August 13, 2007)">Why DRM is not consumer friendly</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/23/riaa-is-sueing-allofmp3/" title="Riaa is sueing Allofmp3 (December 23, 2006)">Riaa is sueing Allofmp3</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/" title="Record Sounds from any source (February 9, 2007)">Record Sounds from any source</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/03/17/print-covers-using-undercover-xp/" title="Print Covers using Undercover XP (March 17, 2007)">Print Covers using Undercover XP</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/17/print-covers-easily-with-undercover-xp/" title="Print Covers Easily With Undercover XP (December 17, 2008)">Print Covers Easily With Undercover XP</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/02/copy-data-from-partially-unreadable-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Record Sounds from any source</title>
		<link>http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/</link>
		<comments>http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 07:56:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[audacity]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[harddisk ogg]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/</guid>
		<description><![CDATA[While Audacity is a great audio editing utility with the ability to record sounds and edit them afterwards it still felt a little bit overweight for the mere taks of recording sounds fast on a computer. I found a freeware utility that can record sounds from any incoming source in various formats including ogg vorbis, monkey audio, mp3 and acm.]]></description>
			<content:encoded><![CDATA[<p>While Audacity is a great audio editing utility with the ability to record sounds and edit them afterwards it still felt a little bit overweight for the mere task of recording sounds fast on a computer. I found a freeware utility that can record sounds from any incoming source in various formats including ogg vorbis, monkey audio, mp3 and acm.</p>
<p>The best feature of <a href="http://www.fridgesoft.de/harddiskogg.php" title="record sounds" target="_blank">Harddisk Ogg</a> is that it sits in the tray once configured and you can start the recording with a single mouse click and end it with another one. The quality of the recorded audio can be configured in detail including bitrate, mono or stereo recording and encoding quality.</p>
<p><span id="more-1185"></span> Harddisk Ogg offers several normalization modes that amplify the input signal to a constant volume. You need to download and move the <a href="http://www.mp3dev.org/" title="lame encoder" target="_blank">lame encoder</a> into the folder of Harddisk Ogg to be able to record mp3 files directly.</p>
<p>I would like to explain why a tool like Harddisk Ogg might be useful now or in the near future. Several countries have already laws in place that make it illegal to copy music from Cd&#8217;s if the CD is copy protected. They still allow however to record the songs using audio devices and compare this to the recording of radio with audio tapes.</p>
<p>This is also great if you want to rip audio from music videos that you found on the internet or from youtube videos.</p>

	Tags: <a href="http://www.ghacks.net/tag/audacity/" title="audacity" rel="tag">audacity</a>, <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.ghacks.net/tag/cd/" title="cd" rel="tag">cd</a>, <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/harddisk-ogg/" title="harddisk ogg" rel="tag">harddisk ogg</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/radio/" title="radio" rel="tag">radio</a>, <a href="http://www.ghacks.net/tag/record/" title="record" rel="tag">record</a>, <a href="http://www.ghacks.net/tag/songs/" title="songs" rel="tag">songs</a>, <a href="http://www.ghacks.net/tag/sound/" title="sound" rel="tag">sound</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/17/record-more-than-4000-internet-radio-stations/" title="Record more than 4000 internet radio stations (January 17, 2007)">Record more than 4000 internet radio stations</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/" title="Record any sound on your computer (December 25, 2006)">Record any sound on your computer</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/02/26/semi-automatic-mp3-tagger/" title="Semi-Automatic MP3 Tagger (February 26, 2007)">Semi-Automatic MP3 Tagger</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to easily dump PS3 movies and games</title>
		<link>http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/</link>
		<comments>http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 06:53:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[blue ray]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[playstation-3]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/</guid>
		<description><![CDATA[I don't know why Sony is so obsessed with Linux, it just does not feel right but I really can't find a good motive for the support - yet. Some guy apparently installed Linux Fedora Core on his Playstation 3 and dumped everything that he could get his hands on. He was able to dump a complete game disc to his external usb hard drive that he connected to the PS3.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why Sony is so obsessed with Linux, it just does not feel right but I really can&#8217;t find a good motive for the support &#8211; yet. Some guy apparently installed Linux Fedora Core on his Playstation 3 and dumped everything that he could get his hands on. He was able to <a target="_blank" title="ps3 dump game file iso" href="http://www.ps3news.com/forums/site-news/breaking-news-world-exclusive-ps3-news-39617.html">dump a complete game disc</a> to his external usb hard drive that he connected to the PS3.</p>
<p>Some days later he managed to do the same with a <a target="_blank" title="dump movie blue-ray iso" href="http://www.ps3news.com/forums/site-news/breaking-news-worlds-first-ps3-blu-ray-movie-dumped-40441.html">Blue-Ray movie</a> which means that everything is set to get the warez scene going. I think it is kinda strange that it was always easy to copy games for the Playstation systems and many people think that the success of the Playstation systems could be connected to this.</p>
<p><span id="more-967"></span>This got me thinking. Why did not Sony try and dump their discs if they knew everyone would be able to install and use Linux on the Playstation 3 ? Did they all miss it or was it probably something they did not care about or even wanted ? What do you think about this ?</p>

	Tags: <a href="http://www.ghacks.net/tag/blue-ray/" title="blue ray" rel="tag">blue ray</a>, <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/dump/" title="dump" rel="tag">dump</a>, <a href="http://www.ghacks.net/tag/dvd/" title="dvd" rel="tag">dvd</a>, <a href="http://www.ghacks.net/tag/image/" title="image" rel="tag">image</a>, <a href="http://www.ghacks.net/tag/iso/" title="iso" rel="tag">iso</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/movie/" title="movie" rel="tag">movie</a>, <a href="http://www.ghacks.net/tag/playstation-3/" title="playstation-3" rel="tag">playstation-3</a>, <a href="http://www.ghacks.net/tag/ps3/" title="ps3" rel="tag">ps3</a>, <a href="http://www.ghacks.net/tag/sony/" title="sony" rel="tag">sony</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/22/replace-the-playstation-3-hd-with-a-bigger-one/" title="Replace the Playstation 3 Hd with a bigger one (November 22, 2006)">Replace the Playstation 3 Hd with a bigger one</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/12/playstation-3-launch-titles/" title="Playstation 3 Launch Titles (November 12, 2006)">Playstation 3 Launch Titles</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/11/17/playstation-3-in-the-news/" title="Playstation 3 in the news (November 17, 2006)">Playstation 3 in the news</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/11/21/link-o-rama/" title="Link-o-rama (November 21, 2006)">Link-o-rama</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/16/vlite-windows-vista-configuration-tool/" title="Vlite Windows Vista Configuration Tool (December 16, 2006)">Vlite Windows Vista Configuration Tool</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Copy text without formatting</title>
		<link>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/</link>
		<comments>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 11:48:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy text]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[plain text]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/09/05/copy-text-without-formatting/</guid>
		<description><![CDATA[I sometimes quote websites and do a normal copy paste job to copy the website content to the editor of my blog or into a word processor. Unfortunately this copy job always pastes the original formatting of the original source to the editor as well which means that the text may have a different size, font type or color. It is quite a hassle to remove the formatting of the copied contents to make it look like the rest of your content.]]></description>
			<content:encoded><![CDATA[<p>I sometimes quote websites and do a normal copy paste job to copy the website content to the editor of my blog or into a word processor. Unfortunately this copy job always pastes the original formatting of the original source to the editor as well which means that the text may have a different size, font type or color. It is quite a hassle to remove the formatting of the copied contents to make it look like the rest of your content.</p>
<p><a target="_blank" title="puretext copy text without formatting" href="http://www.stevemiller.net/puretext/">Puretext</a> is a freeware utility that helps you in this special case. It adds a new windows hot key to your system (Windows + V) which removes all the formatting of the text that is pasted into your editor. You have some options in puretext like changing the hotkey to Shift + V or ALT + V instead of the default one. You are free to change the key that needs to be pressed as well, making it highly flexible.</p>
<p><span id="more-771"></span>Another option if selected pastes the converted text automatically into the active window when you press the hotkey. If you do not enable this the text is stripped of the formatting but not pasted into the editor. You are free to play a sound when this is done but I would advise against it. You may also auto run puretext with every windows start by enabling that option in puretext.</p>
<p><!--more--></p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-text/" title="copy text" rel="tag">copy text</a>, <a href="http://www.ghacks.net/tag/editor/" title="editor" rel="tag">editor</a>, <a href="http://www.ghacks.net/tag/formatting/" title="formatting" rel="tag">formatting</a>, <a href="http://www.ghacks.net/tag/plain-text/" title="plain text" rel="tag">plain text</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/03/windows-live-writer-preview/" title="Windows Live Writer Preview (June 3, 2008)">Windows Live Writer Preview</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/text-xml-editor-intype/" title="Text XML Editor Intype (April 9, 2009)">Text XML Editor Intype</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/08/03/scan-fax-and-copy-with-your-mobile-phone/" title="Scan, Fax and Copy with your mobile phone (August 3, 2007)">Scan, Fax and Copy with your mobile phone</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/robocopy-gui/" title="Robocopy GUI (July 6, 2009)">Robocopy GUI</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/05/02/roadkils-unstoppable-copier/" title="Roadkil&#8217;s Unstoppable Copier (May 2, 2006)">Roadkil&#8217;s Unstoppable Copier</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/09/05/copy-text-without-formatting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Roadkil&#8217;s Unstoppable Copier</title>
		<link>http://www.ghacks.net/2006/05/02/roadkils-unstoppable-copier/</link>
		<comments>http://www.ghacks.net/2006/05/02/roadkils-unstoppable-copier/#comments</comments>
		<pubDate>Tue, 02 May 2006 06:31:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[roadkill]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unstoppable copier]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/02/roadkils-unstoppable-copier/</guid>
		<description><![CDATA[We all know that CDs and DVDs don´t last forever, some expert estimate that self recorded CDs and DVDs last only for the short period of 2-5 years before they become unusuable. Many factors play a role here, some of them are the type of disk, the recording speed and handling and storage. So, what could you do if you have a medium that you can´t read / copy anymore ?]]></description>
			<content:encoded><![CDATA[<p>We all know that CDs and DVDs don´t last forever, some expert estimate that self recorded CDs and DVDs last only for the short period of 2-5 years before they become unusable. Many factors play a role here, some of them are the type of disk, the recording speed and handling and storage. So, what could you do if you have a medium that you can´t read / copy anymore ?</p>
<p>You could try the unstoppable copier which is available for windows and linux. The program will attempt to recover every readable piece of a file and put the pieces together. Using this method most types of files can be made usable even if some parts were not recoverable in the end. The tool could help you in the recovery, it might not work all the time but you get a good chance with it.</p>
<p><span id="more-459"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/roadkill/" title="roadkill" rel="tag">roadkill</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/unstoppable-copier/" title="unstoppable copier" rel="tag">unstoppable copier</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/02/roadkils-unstoppable-copier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Copy-protected CDs turning music fans off record buying</title>
		<link>http://www.ghacks.net/2005/11/21/copy-protected-cds-turning-music-fans-off-record-buying/</link>
		<comments>http://www.ghacks.net/2005/11/21/copy-protected-cds-turning-music-fans-off-record-buying/#comments</comments>
		<pubDate>Mon, 21 Nov 2005 14:09:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Music Industry]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy-protection]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[retailers]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=162</guid>
		<description><![CDATA[Well this is no big news to the internet community. We, more than everyone else, are keen on using new media devices and like to be among the first when it comes to technology in general. A survey among canadian music retailers now found out what we actually now for a very long time: Copy protection is bad for business. Customers are more frequently than before returning cds which they could not play in their personal computer or copy to their mobile player. Retailers also observe that customers tend to put cds down when they spot the copy protected logo.]]></description>
			<content:encoded><![CDATA[<p>Well this is no big news to the internet community. We, more than everyone else, are keen on using new media devices and like to be among the first when it comes to technology in general. A survey among Canadian music retailers now found out what we actually now for a very long time: Copy protection is bad for business. Customers are more frequently than before returning cds which they could not play in their personal computer or copy to their mobile player. Retailers also observe that customers tend to put cds down when they spot the copy protected logo.</p>
<p>Music Retailers argue against the music industry which defendes using copyrighted cds by claiming its to prevent the unauthorized duplication of their cds. They take the side of the customers seeing that customers get frustrated by copy protected cds and tend to buy less. Tim Baker of Sunrise Records, a large retailer in southern Ontario puts it this way : &#8220;This is just another really, really ridiculous way of telling our customers, We don&#8217;t want your business&#8221;.</p>
<p><span id="more-162"></span></p>
<p> I personally think its good for the customers if music retailers are finally speaking out against this and show the music industry that not only the customers but also the retailers don´t like this practice.  Retailers of course have different reasons for this but it nevertheless is a valuable addition to the customers position. Its rather strange that the music industry on the one hand cries about reduced cd sales but on the other hand introduce more and more protection mechanisms that do nothing to stop people from copying their cds but  stop the customers from buying them. This is ridiculous.</p>
<p>A lot of my friends stopped buying cds that have a copy protection sign on the case. I think many people don´t care about copy protection until they find out that they can´t copy a song from the cd to their newly bought MP3 player. </p>
<p>Nevertheless its good news that retailers are siding on this topic with their customers.</p>

	Tags: <a href="http://www.ghacks.net/tag/cd/" title="cd" rel="tag">cd</a>, <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-protection/" title="copy-protection" rel="tag">copy-protection</a>, <a href="http://www.ghacks.net/tag/drm/" title="drm" rel="tag">drm</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/music-industry/" title="Music Industry" rel="tag">Music Industry</a>, <a href="http://www.ghacks.net/tag/retailers/" title="retailers" rel="tag">retailers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/28/walmart-to-shut-down-drm-servers/" title="Walmart To Shut Down DRM Servers (September 28, 2008)">Walmart To Shut Down DRM Servers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/23/riaa-is-sueing-allofmp3/" title="Riaa is sueing Allofmp3 (December 23, 2006)">Riaa is sueing Allofmp3</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/02/need-another-reason-why-drm-is-bad-here-it-is/" title="Need Another Reason why DRM is bad ? Here it is ! (February 2, 2008)">Need Another Reason why DRM is bad ? Here it is !</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/09/13/japan-mandatory-drm-software-in-all-mobile-phones-to-fight-music-piracy/" title="Japan: Mandatory DRM Software In All Mobile Phones To Fight Music Piracy (September 13, 2009)">Japan: Mandatory DRM Software In All Mobile Phones To Fight Music Piracy</a> (8)</li>
	<li><a href="http://www.ghacks.net/2007/10/04/copying-bought-music-is-stealing/" title="Copying bought music is stealing ! (October 4, 2007)">Copying bought music is stealing !</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/21/copy-protected-cds-turning-music-fans-off-record-buying/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
