<?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>Carl's Blog &#187; ccontrol</title>
	<atom:link href="http://www.css-networks.com/tag/ccontrol/feed" rel="self" type="application/rss+xml" />
	<link>http://www.css-networks.com</link>
	<description>Carl's blog about stuff</description>
	<lastBuildDate>Fri, 27 Aug 2010 11:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overcoming CopyControl protection of old 16-bit applications with the help of XXCOPY.</title>
		<link>http://www.css-networks.com/2008/10/overcoming-copycontrol-protection-of-old-16-bit-applications-with-the-help-of-xxcopy.html</link>
		<comments>http://www.css-networks.com/2008/10/overcoming-copycontrol-protection-of-old-16-bit-applications-with-the-help-of-xxcopy.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 10:18:16 +0000</pubDate>
		<dc:creator>Carl Farrington</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[ccontrol]]></category>
		<category><![CDATA[copy protection]]></category>
		<category><![CDATA[copycontrol]]></category>

		<guid isPermaLink="false">http://www.css-networks.com/?p=298</guid>
		<description><![CDATA[Old hard drive is E: (mounted through USB to IDE adapter)
New system is C:
C:
cd \
mkdir Application
xxcopy e:\Application c:\Application /clone /TC
Since CopyControl relies on the created/modified/accessed timestamps of the files within the hidden/system control directory of the application, the above will preserve them and CopyControl won&#8217;t be aware that the application has been copied to a [...]]]></description>
			<content:encoded><![CDATA[<p>Old hard drive is E: (mounted through USB to IDE adapter)</p>
<p>New system is C:</p>
<p>C:</p>
<p>cd \</p>
<p>mkdir Application</p>
<p>xxcopy e:\Application c:\Application /clone /TC</p>
<p>Since CopyControl relies on the created/modified/accessed timestamps of the files within the hidden/system control directory of the application, the above will preserve them and CopyControl won&#8217;t be aware that the application has been copied to a new computer.</p>
<p>The /TC flag to XXCOPY causes it to preserve the file created, modified, and accessed timestamps, to the exact second. Whilst transferring Recruit to a new server late one evening a couple of years ago, I experimented and discovered that this was how the protection scheme (CopyControl) detected tampering/copying. At that time I used a tool called 12Ghosts FileDate or something, but XXCOPY does all this for us now. I am in the process of migrating five computers in a leasing company and am using this quick and easy procedure for transfering the DOS based quoting system which also uses CopyControl.</p>
<p>Some example applications: Oxford Software&#8217;s Recruit, LeasePlan / Network Lease&#8217;s Ultinet quoting system.</p>
<p>You can tell the application uses CopyControl because there is either a local or network folder which contains a hidden/system folder named something.NNN where NNN is some numbers, e.g. 489. Within that folder are some more files, one called something.CCC and also a file called CCONTROL.</p>
<p>This CopyControl is not the same as the one used by the music business on audio CDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css-networks.com/2008/10/overcoming-copycontrol-protection-of-old-16-bit-applications-with-the-help-of-xxcopy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
