<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx</link><description>I just read recently a post on the newsgroups - someone wanted to backup her PST file. The problem is that Outlook keeps this file open all the time, therefore we are unable to just copy this file once in a while. Argh... A cute little script Fortunately,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#346828</link><pubDate>Wed, 05 Jan 2005 14:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:346828</guid><dc:creator>Yoshihiro Kawabata</dc:creator><description>Very useful script !.&lt;br&gt;I sucess to do it.&lt;br&gt;&lt;br&gt;but, If SQL Server service are running,&lt;br&gt;CopyWithVss is failed.&lt;br&gt;&lt;br&gt;ERROR Messages is:&lt;br&gt;----&lt;br&gt;ERROR: Selected writer 'MSDEWriter' is in failed state!&lt;br&gt;   - Status: 8 (VSS_WS_FAILED_AT_PREPARE_SNAPSHOT)&lt;br&gt;   - Writer Failure code: 0x800423f4 (&amp;lt;Unknown error code&amp;gt;)&lt;br&gt;   - Writer ID: {f8544ac1-0611-4fa5-b04b-f7ee00b03277}&lt;br&gt;   - Instance ID: {ef567f78-4f42-49be-bb1c-2386a7f489cf}&lt;br&gt;----&lt;br&gt;&lt;br&gt;I want to copy Database/Log Files by this script, because I'm MVP for SQL Server.&lt;br&gt;&lt;br&gt;Regards,</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#346936</link><pubDate>Wed, 05 Jan 2005 19:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:346936</guid><dc:creator>Adi Oltean</dc:creator><description>&amp;gt;&amp;gt;&amp;gt; ERROR Messages is: &lt;br&gt;---- &lt;br&gt;ERROR: Selected writer 'MSDEWriter' is in failed state! &lt;br&gt;- Status: 8 (VSS_WS_FAILED_AT_PREPARE_SNAPSHOT) &lt;br&gt;- Writer Failure code: 0x800423f4 (&amp;lt;Unknown error code&amp;gt;) &lt;br&gt;- Writer ID: {f8544ac1-0611-4fa5-b04b-f7ee00b03277} &lt;br&gt;- Instance ID: {ef567f78-4f42-49be-bb1c-2386a7f489cf} &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Intersting - this should not happen. Are there any VSS errors in the Application event logs? If yes, please cut &amp;amp; paste them in your reply. &lt;br&gt;&lt;br&gt;Note that with SQL, if the database and the logs are on different volumes, then you might want to change the script to snapshot simultaneously both the database and the log volumes. If everything is on the same volume, it should still work. &lt;br&gt;&lt;br&gt;By the way, the VSS SDK contains a set of test VSS scripts that can be used to backup and restore a SQL/MSDE database, and then verify that the restore was succesful. &lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks, Adi&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#346997</link><pubDate>Wed, 05 Jan 2005 21:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:346997</guid><dc:creator>Yoshihiro Kawabata</dc:creator><description>Hello, Adi&lt;br&gt;&lt;br&gt;Application Event log:&lt;br&gt;  Type: ERROR&lt;br&gt;  SOURCE: VSS&lt;br&gt;  Category: non&lt;br&gt;  Event: : 6004&lt;br&gt;  User: N/A&lt;br&gt;  Description:&lt;br&gt;  &amp;quot;Sqllib ERROR: Database testdb is not simple&amp;quot;.&lt;br&gt;  ** I use Japanese Environment (OS, SQL Server).&lt;br&gt;     Therefore, real errormessage is in japanese,&lt;br&gt;&lt;br&gt;If i detach database 'testdb' by SQL Server Enterprise Manger, Or If I change 'testdb' recovery mode from 'full' to 'simple',&lt;br&gt;CopyWithVSS command do complete !.&lt;br&gt;&lt;br&gt;Therefore,&lt;br&gt;if any database's recovery mode is not simple, CopyWithVSS fail.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#347072</link><pubDate>Wed, 05 Jan 2005 22:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:347072</guid><dc:creator>Adi Oltean</dc:creator><description>I have two more questions: Do you have XP or Windows Server on your system? Also, is this a SQL Server 2000 database?&lt;br&gt;&lt;br&gt;Thanks, Adi</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#347551</link><pubDate>Thu, 06 Jan 2005 13:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:347551</guid><dc:creator>Yoshihiro Kawabata</dc:creator><description>Hello, Adi&lt;br&gt;&lt;br&gt;Yes, I have&lt;br&gt; Windows XP Pro + SP2 (Japanese Edition)&lt;br&gt; Windows Server 2003 Std (Japanese Edition)&lt;br&gt; SQL Server 2000 Std SP3a (Japanese Edition)&lt;br&gt;&lt;br&gt;and, this problem seems to relate below kb.&lt;br&gt;&lt;br&gt;*Error 800423f4 appears in the backup log file when you back up a volume by using the Volume Shadow Copy service in Windows Server 2003&lt;br&gt; &lt;a target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;828481"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;828481&lt;/a&gt;&lt;br&gt;&lt;br&gt;and Windows Server 2003 SP1 will fix this problem.&lt;br&gt;-- how about XP ?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#347932</link><pubDate>Fri, 07 Jan 2005 00:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:347932</guid><dc:creator>Adi Oltean</dc:creator><description>I see... this is a known problem with VSS &amp;amp; SQL on Windows XP. &lt;br&gt;&lt;br&gt;On Windows XP, the MSDE writer for VSS works only with SQL/MSDE databases with the Simple recovery model. &lt;br&gt;&lt;br&gt;But on Windows Server 2003, the writer should work with databases in full recovery model too, as long as the VSS backup is in component mode (from VSHADOW.EXE), not in volume mode (like from NTBackup.exe). </description></item><item><title>Attack of the clones: how to assign shadow copy to a drive letter or directory</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#357837</link><pubDate>Fri, 21 Jan 2005 05:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:357837</guid><dc:creator>AntiMail</dc:creator><description /></item><item><title>Attack of the clones: how to assign shadow copy to a drive letter or directory</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#357838</link><pubDate>Fri, 21 Jan 2005 05:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:357838</guid><dc:creator>AntiMail</dc:creator><description /></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#358563</link><pubDate>Sat, 22 Jan 2005 08:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:358563</guid><dc:creator>Diego</dc:creator><description>Will work for lotus(domino server) databases?</description></item><item><title>re: Script recipe of the week: how to copy an opened file</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#358733</link><pubDate>Sat, 22 Jan 2005 23:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:358733</guid><dc:creator>Adi Oltean</dc:creator><description>It depends. The recommended procedure is to have a VSS writer that listens for backup events (shadow copy creation events) and flushes the database in order to minimize the recovery time.&lt;br&gt;&lt;br&gt;If there is no writer involved, then the contents of the shadow copy will look as if the machine was suddenly powered off. If Lotus can recover after a sudden reboot (as anyone would expect) then, yes, you can use this technique for Lotus databases. &lt;br&gt;&lt;br&gt;</description></item><item><title>Using shadow copies to steal the SAM</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#400460</link><pubDate>Tue, 22 Mar 2005 18:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:400460</guid><dc:creator>DCortesi . blog</dc:creator><description>As I was enjoying a fine dinner of Lipton Italian Sides one night, I came across Adi's post on how to copy an open file with shadow copies.  Not bad, I thought, and stored that little nugget of knowledge away for when I might need to do just that.&lt;br&gt;&lt;br&gt;A...</description></item><item><title>  I Want to Backup Both My Mac and PC  at  Nerhood Weblog</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#655351</link><pubDate>Mon, 03 Jul 2006 19:50:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:655351</guid><dc:creator>  I Want to Backup Both My Mac and PC  at  Nerhood Weblog</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://nerhood.homeip.net/wordpress/archives/2006/07/03/i-want-to-backup-both-my-mac-and-pc/"&gt;http://nerhood.homeip.net/wordpress/archives/2006/07/03/i-want-to-backup-both-my-mac-and-pc/&lt;/a&gt;</description></item><item><title>Volume Shadow Copy: your way to copying locked files</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#1224945</link><pubDate>Wed, 06 Dec 2006 23:09:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1224945</guid><dc:creator>The private life of Alex Thissen</dc:creator><description>&lt;p&gt;And you thought it couldn't be done: copying locked files, such as your .pst file from Outlook, while&lt;/p&gt;
</description></item><item><title>Volume Shadow Copy: your way to copying locked files</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#1225065</link><pubDate>Wed, 06 Dec 2006 23:56:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1225065</guid><dc:creator>Alex Thissen Weblog Build 1.15.10.1971</dc:creator><description>&lt;p&gt;And you thought it couldn't be done: copying locked files, such as your .pst file from Outlook, while&lt;/p&gt;
</description></item><item><title>Netweb links for 2007-08-06 &amp;laquo;</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#4252804</link><pubDate>Mon, 06 Aug 2007 10:18:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4252804</guid><dc:creator>Netweb links for 2007-08-06 «</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://netweb.wordpress.com/2007/08/06/links-for-2007-08-06/"&gt;http://netweb.wordpress.com/2007/08/06/links-for-2007-08-06/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Complete Virtual Machine Backups with Mere Minutes of Downtime</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#5352182</link><pubDate>Mon, 08 Oct 2007 04:39:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5352182</guid><dc:creator>John Robbins' Blog</dc:creator><description>&lt;p&gt;Last week, I completely virtualized my life. Well, at least my server life is all virtualized. I'd been&lt;/p&gt;
</description></item><item><title>  Copiar fitxers oberts en Windows * L???home dibuixat</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#7999496</link><pubDate>Mon, 03 Mar 2008 13:41:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7999496</guid><dc:creator>  Copiar fitxers oberts en Windows * L???home dibuixat</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://caballe.cat/wp/2008/03/03/copiar-fitxers-oberts-en-windows/"&gt;http://caballe.cat/wp/2008/03/03/copiar-fitxers-oberts-en-windows/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>atomice.com  &amp;raquo; Blog Archive   &amp;raquo; Bare Metal Disaster Recovery for Windows Vista Home: How to Backup</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#8348003</link><pubDate>Tue, 01 Apr 2008 15:41:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8348003</guid><dc:creator>atomice.com  » Blog Archive   » Bare Metal Disaster Recovery for Windows Vista Home: How to Backup</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.atomice.com/blog/?p=26"&gt;http://www.atomice.com/blog/?p=26&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>how to copy files</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#8579954</link><pubDate>Sat, 07 Jun 2008 16:33:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8579954</guid><dc:creator>how to copy files</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://xaviernewssite.k2free.com/howtocopyfiles.html"&gt;http://xaviernewssite.k2free.com/howtocopyfiles.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>script dp0</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#8641660</link><pubDate>Mon, 23 Jun 2008 11:22:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8641660</guid><dc:creator>script dp0</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://isabell.ranchcredit.com/scriptdp0.html"&gt;http://isabell.ranchcredit.com/scriptdp0.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>vshadow exe msdn</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#8712308</link><pubDate>Wed, 09 Jul 2008 14:34:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8712308</guid><dc:creator>vshadow exe msdn</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://jaydendailynews.iifree.net/vshadowexemsdn.html"&gt;http://jaydendailynews.iifree.net/vshadowexemsdn.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Backup Data to Remote Server for DR - ShoreTel Forums</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#8891435</link><pubDate>Sun, 24 Aug 2008 10:05:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8891435</guid><dc:creator> Backup Data to Remote Server for DR - ShoreTel Forums</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.shoretelforums.com/forums/administrators/2048-backup-data-remote-server-dr.html#post6144"&gt;http://www.shoretelforums.com/forums/administrators/2048-backup-data-remote-server-dr.html#post6144&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Shadow Copy ???? ?????????????????? ???????????? &amp;laquo; PowerShell ?? ???????????? ??????????????</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9157509</link><pubDate>Sun, 30 Nov 2008 11:19:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9157509</guid><dc:creator>Shadow Copy ???? ?????????????????? ???????????? &amp;laquo; PowerShell ?? ???????????? ??????????????</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://xaegr.wordpress.com/2008/11/30/shadow-copy-%d0%b8%d0%b7-%d0%ba%d0%be%d0%bc%d0%b0%d0%bd%d0%b4%d0%bd%d0%be%d0%b9-%d1%81%d1%82%d1%80%d0%be%d0%ba%d0%b8/"&gt;http://xaegr.wordpress.com/2008/11/30/shadow-copy-%d0%b8%d0%b7-%d0%ba%d0%be%d0%bc%d0%b0%d0%bd%d0%b4%d0%bd%d0%be%d0%b9-%d1%81%d1%82%d1%80%d0%be%d0%ba%d0%b8/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>backup partizione nella partizione su un file | hilpers</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9337848</link><pubDate>Sun, 18 Jan 2009 15:58:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9337848</guid><dc:creator>backup partizione nella partizione su un file | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.it/2742093-backup-partizione-nella-partizione-su"&gt;http://www.hilpers.it/2742093-backup-partizione-nella-partizione-su&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Logs de seguridad | hilpers</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9350311</link><pubDate>Tue, 20 Jan 2009 22:34:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9350311</guid><dc:creator>Logs de seguridad | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/247319-logs-de-seguridad"&gt;http://www.hilpers-esp.com/247319-logs-de-seguridad&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Outlook PST Files - Locked while copying | keyongtech</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9365902</link><pubDate>Thu, 22 Jan 2009 13:07:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9365902</guid><dc:creator>Outlook PST Files - Locked while copying | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/1672650-outlook-pst-files-locked-while"&gt;http://www.keyongtech.com/1672650-outlook-pst-files-locked-while&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Kopiowanie otwartych/zablokowanych plik?w | hilpers</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9372104</link><pubDate>Fri, 23 Jan 2009 07:39:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9372104</guid><dc:creator>Kopiowanie otwartych/zablokowanych plik?w | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers.pl/412024-kopiowanie-otwartych-zablokowanych-plikow"&gt;http://www.hilpers.pl/412024-kopiowanie-otwartych-zablokowanych-plikow&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Antimail Script recipe of the week how to copy an opened file | Paid Surveys</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9656895</link><pubDate>Fri, 29 May 2009 22:59:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9656895</guid><dc:creator> Antimail Script recipe of the week how to copy an opened file | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=antimail-script-recipe-of-the-week-how-to-copy-an-opened-file"&gt;http://paidsurveyshub.info/story.php?title=antimail-script-recipe-of-the-week-how-to-copy-an-opened-file&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Antimail Script recipe of the week how to copy an opened file | Menopause Relief</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9711093</link><pubDate>Tue, 09 Jun 2009 03:06:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9711093</guid><dc:creator> Antimail Script recipe of the week how to copy an opened file | Menopause Relief</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://menopausereliefsite.info/story.php?id=1213"&gt;http://menopausereliefsite.info/story.php?id=1213&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Antimail Script recipe of the week how to copy an opened file | Cast Iron Cookware</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9729050</link><pubDate>Fri, 12 Jun 2009 05:48:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9729050</guid><dc:creator> Antimail Script recipe of the week how to copy an opened file | Cast Iron Cookware</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://castironbakeware.info/story.php?title=antimail-script-recipe-of-the-week-how-to-copy-an-opened-file"&gt;http://castironbakeware.info/story.php?title=antimail-script-recipe-of-the-week-how-to-copy-an-opened-file&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Antimail Script recipe of the week how to copy an opened file | fix my credit</title><link>http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx#9764265</link><pubDate>Wed, 17 Jun 2009 04:56:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9764265</guid><dc:creator> Antimail Script recipe of the week how to copy an opened file | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=4498"&gt;http://fixmycrediteasily.info/story.php?id=4498&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>