<?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; software copy</title>
	<atom:link href="http://www.ghacks.net/tag/software-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>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</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>
	</channel>
</rss>
