<?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 for Corey DeGrandchamp</title>
	<atom:link href="http://corey.degrandchamp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://corey.degrandchamp.com</link>
	<description>www.corey.degrandchamp.com</description>
	<lastBuildDate>Sat, 21 Apr 2012 09:30:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Flash Google CR-48 BIOS Without Luigi or Ubuntu by I have</title>
		<link>http://corey.degrandchamp.com/2011/04/10/flash-google-cr-48-bios-without-luigi-or-ubuntu/#comment-21919</link>
		<dc:creator>I have</dc:creator>
		<pubDate>Sat, 21 Apr 2012 09:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=383#comment-21919</guid>
		<description>Hello!!! I seriously like this web-site, especially the pattern. :D Anyhow, I just thought to say thanks for all the posts and also please keep writing. I really look forward to reading through more.</description>
		<content:encoded><![CDATA[<p>Hello!!! I seriously like this web-site, especially the pattern. <img src='http://corey.degrandchamp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Anyhow, I just thought to say thanks for all the posts and also please keep writing. I really look forward to reading through more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minecraft Server Stop, Backup, Restart by James Stroud</title>
		<link>http://corey.degrandchamp.com/2011/03/26/minecraft-server-stop-backup-restart/#comment-21741</link>
		<dc:creator>James Stroud</dc:creator>
		<pubDate>Sun, 15 Apr 2012 03:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=370#comment-21741</guid>
		<description>Folks a small typo in my reply, replace the line
WinActivate run-minecraft.bat
with
WinActivate run-minecraft

Also in the In the above bat file that starts the minecraft server on Windows, in this example the minecraft directory is located at D:\minecraft (so minecraft_server.jar is located at D:\minecraft\minecraft_server.jar), the operating system is Windows 7 64 bit, Sun&#039;s java.exe is installed at C:\Program Files\Java\jre6\bin 

This java happens to be 64 bit and the PC I&#039;m running has plenty of RAM, 16 GB in my case, so I can allocate the 2GB via the  Xmx2048M  of maximum memory to run minecraft. The  D:  line below tells the bat file to go the D: drive. Also note the double quotes around &quot;Program Files&quot; below, needed because of the space between the words  Programs  and  Files . I also chose not to use the @echo off The  title run-minecraft  in the 1st line is to just have the MS DOS window that is used to run minecraft display &quot;run-minecraft&quot; in the window title bar.</description>
		<content:encoded><![CDATA[<p>Folks a small typo in my reply, replace the line<br />
WinActivate run-minecraft.bat<br />
with<br />
WinActivate run-minecraft</p>
<p>Also in the In the above bat file that starts the minecraft server on Windows, in this example the minecraft directory is located at D:\minecraft (so minecraft_server.jar is located at D:\minecraft\minecraft_server.jar), the operating system is Windows 7 64 bit, Sun&#8217;s java.exe is installed at C:\Program Files\Java\jre6\bin </p>
<p>This java happens to be 64 bit and the PC I&#8217;m running has plenty of RAM, 16 GB in my case, so I can allocate the 2GB via the  Xmx2048M  of maximum memory to run minecraft. The  D:  line below tells the bat file to go the D: drive. Also note the double quotes around &#8220;Program Files&#8221; below, needed because of the space between the words  Programs  and  Files . I also chose not to use the @echo off The  title run-minecraft  in the 1st line is to just have the MS DOS window that is used to run minecraft display &#8220;run-minecraft&#8221; in the window title bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minecraft Server Stop, Backup, Restart by James Stroud</title>
		<link>http://corey.degrandchamp.com/2011/03/26/minecraft-server-stop-backup-restart/#comment-21669</link>
		<dc:creator>James Stroud</dc:creator>
		<pubDate>Fri, 13 Apr 2012 01:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=370#comment-21669</guid>
		<description>Cory, a million thanks.  Here is exactly what I did based upon your info, I have a slimmed down but not as functional autokey script to stop the minecraft server, mine is
SetTitleMatchMode 2
; http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm
; idea of script from http://corey.degrandchamp.com/2011/03/26/minecraft-server-stop-backup-restart/]]

; IfWinExist, C:\Windows\system32\cmd.exe
; this is why I have the the &quot;title run-minecraft&quot; in the .bat file that starts minecraft.  I also named the bat file  run-minecraft.bat.
; Because the line below is looking for &quot;run-minecraft&quot; in the &quot;title&quot; of the window
IfWinExist, run-minecraft
{
; WinActivate C:\Windows\system32\cmd.exe
WinActivate run-minecraft.bat
send say &quot;Save your creations NOW!!!!!!&quot; THE Minecraft SERVER WILL BE RESTARTING IN 10 Seconds. 
send say This is from DADDY!!!
send {Enter}
send say THE SERVER WILL BE UNAVAILABLE FOR 1 MINUTE.
send {Enter}
send say PLEASE TRY CONNECTING AGAIN AFTER 1 MINUTE.
send {Enter}
sleep, 10000
send stop
send {Enter}
return
}

I bought backup for all professional to run the above stop server script, then back-up the minecraft server folder, and the I use the following minecraft start up script (bat file) to start minecraft after the backup.  This start-up script took forever for me to get to start automatically via another program like a back-up software program.  So Here is my run-minecraft.bat file 

title run-minecraft
path=%PATH%;%C:\&quot;Program Files&quot;\Java\jre6\bin
D:
cd minecraft
java.exe -Xms1048M -Xmx2048M -jar minecraft_server.jar nogui


The issues were around paths and java and directories etc. for it to start correctly from the back-up software app.  I also posted the start-up script here too
http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server</description>
		<content:encoded><![CDATA[<p>Cory, a million thanks.  Here is exactly what I did based upon your info, I have a slimmed down but not as functional autokey script to stop the minecraft server, mine is<br />
SetTitleMatchMode 2<br />
; <a href="http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm" rel="nofollow">http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm</a><br />
; idea of script from <a href="http://corey.degrandchamp.com/2011/03/26/minecraft-server-stop-backup-restart/" rel="nofollow">http://corey.degrandchamp.com/2011/03/26/minecraft-server-stop-backup-restart/</a></p>
<p>; IfWinExist, C:\Windows\system32\cmd.exe<br />
; this is why I have the the &#8220;title run-minecraft&#8221; in the .bat file that starts minecraft.  I also named the bat file  run-minecraft.bat.<br />
; Because the line below is looking for &#8220;run-minecraft&#8221; in the &#8220;title&#8221; of the window<br />
IfWinExist, run-minecraft<br />
{<br />
; WinActivate C:\Windows\system32\cmd.exe<br />
WinActivate run-minecraft.bat<br />
send say &#8220;Save your creations NOW!!!!!!&#8221; THE Minecraft SERVER WILL BE RESTARTING IN 10 Seconds.<br />
send say This is from DADDY!!!<br />
send {Enter}<br />
send say THE SERVER WILL BE UNAVAILABLE FOR 1 MINUTE.<br />
send {Enter}<br />
send say PLEASE TRY CONNECTING AGAIN AFTER 1 MINUTE.<br />
send {Enter}<br />
sleep, 10000<br />
send stop<br />
send {Enter}<br />
return<br />
}</p>
<p>I bought backup for all professional to run the above stop server script, then back-up the minecraft server folder, and the I use the following minecraft start up script (bat file) to start minecraft after the backup.  This start-up script took forever for me to get to start automatically via another program like a back-up software program.  So Here is my run-minecraft.bat file </p>
<p>title run-minecraft<br />
path=%PATH%;%C:\&#8221;Program Files&#8221;\Java\jre6\bin<br />
D:<br />
cd minecraft<br />
java.exe -Xms1048M -Xmx2048M -jar minecraft_server.jar nogui</p>
<p>The issues were around paths and java and directories etc. for it to start correctly from the back-up software app.  I also posted the start-up script here too<br />
<a href="http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server" rel="nofollow">http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Search for the &#8220;To Do List&#8221; by billig tandblekninng med laser</title>
		<link>http://corey.degrandchamp.com/2011/01/19/the-search-for-the-to-do-list/#comment-21658</link>
		<dc:creator>billig tandblekninng med laser</dc:creator>
		<pubDate>Thu, 12 Apr 2012 16:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=302#comment-21658</guid>
		<description>&lt;strong&gt;billig tandblekninng med laser...&lt;/strong&gt;

[...]l Would you be inquisitive about exchanging links? 10-4. cp[...]...</description>
		<content:encoded><![CDATA[<p><strong>billig tandblekninng med laser&#8230;</strong></p>
<p>[...]l Would you be inquisitive about exchanging links? 10-4. cp[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steam: Stay Logged In &amp; Remember Password (Firefox) by Juke</title>
		<link>http://corey.degrandchamp.com/2011/08/30/steam-stay-logged-in-remember-password-firefox/#comment-20386</link>
		<dc:creator>Juke</dc:creator>
		<pubDate>Sat, 10 Mar 2012 19:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=535#comment-20386</guid>
		<description>Can you please make a Google Chrome version?</description>
		<content:encoded><![CDATA[<p>Can you please make a Google Chrome version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed Windows 7 Sound (Popping, Cracking &amp; Skipping) by SuperGuest</title>
		<link>http://corey.degrandchamp.com/2010/11/25/fixed-windows-7-sound-popping-cracking-skipping/#comment-20305</link>
		<dc:creator>SuperGuest</dc:creator>
		<pubDate>Fri, 09 Mar 2012 08:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=215#comment-20305</guid>
		<description>I had the same problem with my brand new Toshiba L755 laptop running on W7. The very first time out of the box, I booted it up and played a song, it skipped. Pandora, YouTube, Win Media Player, downloaded movies, any media would stutter and skip every 15 seconds or so. Very annoying, especially after spending $500 to buy it. 

I checked for updated drivers, turned off the sound card enhancements, checked the bios, and nothing worked. Then I found out that if both the ethernet port and wireless were active at the same time, I would get multiple svchost.exe spikes and the system would skip. I use wireless at my house so I disabled the ethernet port, since then no problems. 

Hope this helps for anyone else searching for this same problem.</description>
		<content:encoded><![CDATA[<p>I had the same problem with my brand new Toshiba L755 laptop running on W7. The very first time out of the box, I booted it up and played a song, it skipped. Pandora, YouTube, Win Media Player, downloaded movies, any media would stutter and skip every 15 seconds or so. Very annoying, especially after spending $500 to buy it. </p>
<p>I checked for updated drivers, turned off the sound card enhancements, checked the bios, and nothing worked. Then I found out that if both the ethernet port and wireless were active at the same time, I would get multiple svchost.exe spikes and the system would skip. I use wireless at my house so I disabled the ethernet port, since then no problems. </p>
<p>Hope this helps for anyone else searching for this same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Google CR-48 BIOS Without Luigi or Ubuntu by Michael P</title>
		<link>http://corey.degrandchamp.com/2011/04/10/flash-google-cr-48-bios-without-luigi-or-ubuntu/#comment-20245</link>
		<dc:creator>Michael P</dc:creator>
		<pubDate>Wed, 07 Mar 2012 19:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=383#comment-20245</guid>
		<description>*struck _out_ 

:P</description>
		<content:encoded><![CDATA[<p>*struck _out_ </p>
<p> <img src='http://corey.degrandchamp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Google CR-48 BIOS Without Luigi or Ubuntu by Michael P</title>
		<link>http://corey.degrandchamp.com/2011/04/10/flash-google-cr-48-bios-without-luigi-or-ubuntu/#comment-20244</link>
		<dc:creator>Michael P</dc:creator>
		<pubDate>Wed, 07 Mar 2012 19:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=383#comment-20244</guid>
		<description>Any thoughts on a good, bootable thumb drive, I have struck on 3 8Gb models from various manufacturers and I&#039;m really tired of testing... :)

Thanks!</description>
		<content:encoded><![CDATA[<p>Any thoughts on a good, bootable thumb drive, I have struck on 3 8Gb models from various manufacturers and I&#8217;m really tired of testing&#8230; <img src='http://corey.degrandchamp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Website by moveis planejados para apartamentos pequenos</title>
		<link>http://corey.degrandchamp.com/2010/08/18/new-website/#comment-20187</link>
		<dc:creator>moveis planejados para apartamentos pequenos</dc:creator>
		<pubDate>Tue, 06 Mar 2012 08:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=35#comment-20187</guid>
		<description>&lt;strong&gt;moveis planejados para apartamentos pequenos...&lt;/strong&gt;

moveis planejados...</description>
		<content:encoded><![CDATA[<p><strong>moveis planejados para apartamentos pequenos&#8230;</strong></p>
<p>moveis planejados&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diablo 3 Gem Auto Clicker by محمد عبدالعليم</title>
		<link>http://corey.degrandchamp.com/2011/09/21/diablo-3-gem-auto-clicker/#comment-20126</link>
		<dc:creator>محمد عبدالعليم</dc:creator>
		<pubDate>Sun, 04 Mar 2012 06:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://corey.degrandchamp.com/?p=544#comment-20126</guid>
		<description>it will give me great pleasure to be my friend</description>
		<content:encoded><![CDATA[<p>it will give me great pleasure to be my friend</p>
]]></content:encoded>
	</item>
</channel>
</rss>

