<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Batch File</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 04:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: charmed</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-56656</link>
		<dc:creator>charmed</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:21:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-56656</guid>
		<description><![CDATA[sorry jjjjjjjjjjjj
i have to tell you must configured the outlook to the new location .

good luck :-&gt;]]></description>
		<content:encoded><![CDATA[<p>sorry jjjjjjjjjjjj<br />
i have to tell you must configured the outlook to the new location .</p>
<p>good luck :-&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charmed</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-56655</link>
		<dc:creator>charmed</dc:creator>
		<pubDate>Thu, 25 Sep 2008 10:19:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-56655</guid>
		<description><![CDATA[&lt;i&gt;hi jjjjjjj

&lt;b&gt;this batch didn&#039;t work out coz their is a invalid parameters the xcopy cant support the space between the &quot;Documents and Settings&quot;  so all you have to do is copy the outlook.pst to c:\outlook\ and create this batch file that i have gave you 

------------------------------
taskkill /im outlook.exe

xcopy “C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst” “Z:\outlook.pst /y
-----------------------------------
&lt;b&gt;this well work 1000% i have try it so good luck :-)

@echo off
taskkill /f /t outlook.exe
echo Starting copy operation
cd C:\Outlook\Outlook.pst
xcopy *.* /s /e /y /c z:\Outlook\
echo Copy operation complete
pause &gt; nul&lt;/b&gt;&lt;/b&gt;&lt;/i&gt;]]></description>
		<content:encoded><![CDATA[<p><i>hi jjjjjjj</p>
<p><b>this batch didn&#8217;t work out coz their is a invalid parameters the xcopy cant support the space between the &#8220;Documents and Settings&#8221;  so all you have to do is copy the outlook.pst to c:\outlook\ and create this batch file that i have gave you </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
taskkill /im outlook.exe</p>
<p>xcopy “C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst” “Z:\outlook.pst /y<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
</b><b>this well work 1000% i have try it so good luck <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@echo off<br />
taskkill /f /t outlook.exe<br />
echo Starting copy operation<br />
cd C:\Outlook\Outlook.pst<br />
xcopy *.* /s /e /y /c z:\Outlook\<br />
echo Copy operation complete<br />
pause &gt; nul</b></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david sengupta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-52616</link>
		<dc:creator>david sengupta</dc:creator>
		<pubDate>Fri, 04 Apr 2008 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-52616</guid>
		<description><![CDATA[You could just use this tool: http://www.microsoft.com/downloads/details.aspx?FamilyID=8b081f3a-b7d0-4b16-b8af-5a6322f4fd01&amp;displaylang=en

David]]></description>
		<content:encoded><![CDATA[<p>You could just use this tool: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8b081f3a-b7d0-4b16-b8af-5a6322f4fd01&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=8b081f3a-b7d0-4b16-b8af-5a6322f4fd01&#038;displaylang=en</a></p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: labnuke99</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-52611</link>
		<dc:creator>labnuke99</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:20:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-52611</guid>
		<description><![CDATA[Lonewolf - that is an excellent reference! Thanks for sharing. As you suggest, the one thing that is missing is automatically shutting down the outlook.exe application. Jjjjjj has found a way to do that it seems. You can also consider using one of the Microsoft Sysinternals tools called &lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb896683.aspx&quot;&gt;pskill.exe&lt;/a&gt; to perform this task immediately before kicking off the backup script. Let us know how it works.]]></description>
		<content:encoded><![CDATA[<p>Lonewolf &#8211; that is an excellent reference! Thanks for sharing. As you suggest, the one thing that is missing is automatically shutting down the outlook.exe application. Jjjjjj has found a way to do that it seems. You can also consider using one of the Microsoft Sysinternals tools called <a href="http://technet.microsoft.com/en-us/sysinternals/bb896683.aspx">pskill.exe</a> to perform this task immediately before kicking off the backup script. Let us know how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: labnuke99</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-52610</link>
		<dc:creator>labnuke99</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:15:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-52610</guid>
		<description><![CDATA[Does the user have the ability to copy to the Z: location? Can you manually copy the file using the same command? I would also add the /V switch to verify the file as it copies. /F may also be useful to ensure the correct filenames are displayed.

Your batchfile is missing a quote after the Z:\outlook.pst: 

xcopy “C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst” “Z:\outlook.pst&lt;b&gt;&lt;i&gt;&quot;&lt;/i&gt;&lt;/b&gt; /y]]></description>
		<content:encoded><![CDATA[<p>Does the user have the ability to copy to the Z: location? Can you manually copy the file using the same command? I would also add the /V switch to verify the file as it copies. /F may also be useful to ensure the correct filenames are displayed.</p>
<p>Your batchfile is missing a quote after the Z:\outlook.pst: </p>
<p>xcopy “C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst” “Z:\outlook.pst<b><i>&#8220;</i></b> /y</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjjjjjjj</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-52606</link>
		<dc:creator>jjjjjjjj</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:41:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-52606</guid>
		<description><![CDATA[Thanks for your answer.
This is the file i created. After closing outlook, it just goes off, not doing anything.

taskkill /im outlook.exe

xcopy &quot;C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst&quot; &quot;Z:\outlook.pst /y]]></description>
		<content:encoded><![CDATA[<p>Thanks for your answer.<br />
This is the file i created. After closing outlook, it just goes off, not doing anything.</p>
<p>taskkill /im outlook.exe</p>
<p>xcopy &#8220;C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst&#8221; &#8220;Z:\outlook.pst /y</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lonewolfbw</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batch-file-3/#comment-52605</link>
		<dc:creator>lonewolfbw</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:39:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-52605</guid>
		<description><![CDATA[Will XCOPY fail if the end user forgets to close down Outlook? That&#039;s a concern I have with my own situation (working in a research facility where people usually leave their machines running 24/7 while experiments are in progress).

I have been experimenting with using NTBackup on a schedule for the same thing, since it makes use of the Shadowcopy service.

This was the reference I am currently working on:

http://www.neurophys.wisc.edu/comp/blog/bb20070403_01.asp

Though I have not gotten around the fact that NTBackup actually launches even though it&#039;s called from a batch file. I have yet to find a way to make this run invisibly to the user if they are present. (And sadly, many are present at strange hours.)]]></description>
		<content:encoded><![CDATA[<p>Will XCOPY fail if the end user forgets to close down Outlook? That&#8217;s a concern I have with my own situation (working in a research facility where people usually leave their machines running 24/7 while experiments are in progress).</p>
<p>I have been experimenting with using NTBackup on a schedule for the same thing, since it makes use of the Shadowcopy service.</p>
<p>This was the reference I am currently working on:</p>
<p><a href="http://www.neurophys.wisc.edu/comp/blog/bb20070403_01.asp" rel="nofollow">http://www.neurophys.wisc.edu/comp/blog/bb20070403_01.asp</a></p>
<p>Though I have not gotten around the fact that NTBackup actually launches even though it&#8217;s called from a batch file. I have yet to find a way to make this run invisibly to the user if they are present. (And sadly, many are present at strange hours.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.029 seconds using memcached
Object Caching 355/361 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 07:51:44 -->