<?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>HyperHawk &#187; MS OS</title>
	<atom:link href="http://notes.hyperhawk.com/category/microsoft-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://notes.hyperhawk.com</link>
	<description>Development Notes</description>
	<lastBuildDate>Thu, 27 May 2010 19:08:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RAR Project Archive Example</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/rar-project-archive-example-403.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/rar-project-archive-example-403.htm#comments</comments>
		<pubDate>Wed, 19 May 2010 18:51:01 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=403</guid>
		<description><![CDATA[Example removes &#8220;.svn&#8221; directories from archive:
ECHO OFF
SET release=%date:~12,2%.%date:~4,2%.%date:~7,2%.%time:~0,2%%time:~3,2%%time:~6,2%%time:~9,2%
SET release=%release: =%
SET winrar="\program files\WinRAR\WinRAR.exe" a -ep1 -e -r -t -x*\.svn*
SET box=M:\
CLS
:MENU
ECHO.
ECHO Archive Project
ECHO -----------------------
ECHO.
ECHO 1 - Example Project
ECHO Q - Exit
ECHO.
SET /P M=Type option then press ENTER:
IF %M%==1 GOTO EXAMPLE
IF %M%==Q GOTO:EOF
IF %M%==q GOTO:EOF
:_EOF
pause
GOTO:EOF
:EXAMPLE
SET ver=1.0.0
ECHO Archiving release
%winrar% "%box%example_project.%ver%.%release%.rar" x:\example_project\*.*
ECHO Done archiving release: example_project.%ver%.%release%.rar
ECHO.
GOTO _EOF
]]></description>
			<content:encoded><![CDATA[<p>Example removes &#8220;.svn&#8221; directories from archive:<br />
<code>ECHO OFF<br />
SET release=%date:~12,2%.%date:~4,2%.%date:~7,2%.%time:~0,2%%time:~3,2%%time:~6,2%%time:~9,2%<br />
SET release=%release: =%<br />
SET winrar="\program files\WinRAR\WinRAR.exe" a -ep1 -e -r -t -x*\.svn*<br />
SET box=M:\</p>
<p>CLS<br />
:MENU<br />
ECHO.<br />
ECHO Archive Project<br />
ECHO -----------------------<br />
ECHO.<br />
ECHO 1 - Example Project<br />
ECHO Q - Exit<br />
ECHO.<br />
SET /P M=Type option then press ENTER:<br />
IF %M%==1 GOTO EXAMPLE<br />
IF %M%==Q GOTO:EOF<br />
IF %M%==q GOTO:EOF</p>
<p>:_EOF<br />
pause<br />
GOTO:EOF</p>
<p>:EXAMPLE<br />
SET ver=1.0.0<br />
ECHO Archiving release<br />
%winrar% "%box%example_project.%ver%.%release%.rar" x:\example_project\*.*<br />
ECHO Done archiving release: example_project.%ver%.%release%.rar<br />
ECHO.<br />
GOTO _EOF</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/rar-project-archive-example-403.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans PHP Installer Hangs Fix</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/netbeans-php-installer-hangs-fix-389.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/netbeans-php-installer-hangs-fix-389.htm#comments</comments>
		<pubDate>Tue, 18 May 2010 17:24:41 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=389</guid>
		<description><![CDATA[For NetBeans 6.8 PHP Windows Installer
If installer hangs, run from the console
netbeans-6.8-ml-windows.exe --extract
and then
java -jar bundle.jar > log.txt 2>&#038;1
Found here
]]></description>
			<content:encoded><![CDATA[<p>For NetBeans 6.8 PHP Windows Installer<br />
If installer hangs, run from the console<br />
<code>netbeans-6.8-ml-windows.exe --extract</code><br />
and then<br />
<code>java -jar bundle.jar > log.txt 2>&#038;1</code></p>
<p>Found <a href="http://netbeans.org/bugzilla/show_bug.cgi?id=180052" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/netbeans-php-installer-hangs-fix-389.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 7 Profile Location</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/outlook-7-profile-location-309.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/outlook-7-profile-location-309.htm#comments</comments>
		<pubDate>Wed, 17 Mar 2010 22:28:15 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=309</guid>
		<description><![CDATA[C:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook
]]></description>
			<content:encoded><![CDATA[<p><code>C:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/outlook-7-profile-location-309.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Auto Sync</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/ftp-auto-sync-306.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/ftp-auto-sync-306.htm#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:23:31 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=306</guid>
		<description><![CDATA[Download app:
Go to download
FTP Auto Sync Example:
Copy download files to C:\ftp
Setup C:\ftp\example.ini
[Source]
Type=F
Dir=C:\autouploads\
ExcludeDir=_*
ExcludeFile=_*;*.log
Case=Sensitive
DSTChange=201003140200
DSTDifference=60
[Destination]
Server=ftp.example.com
User=ftp_user
Pass=ftp_pwd
Dir=/auto/upload/dir/
Type=M
TimeOut=60
Passive=Yes

Now setup batch job that can be scheduled: upload.bat
cd C:\ftp
FTPSync example /FULL /QUIET

Can use &#8220;/DEBUG&#8221; to output log files
More docs here:
Docs
]]></description>
			<content:encoded><![CDATA[<p>Download app:<br />
<a href="http://www.cyberkiko.com/page/FTPSync.aspx" target="_blank">Go to download</a></p>
<p><b>FTP Auto Sync Example:</b><br />
Copy download files to C:\ftp</p>
<p>Setup C:\ftp\example.ini<br />
<code>[Source]<br />
Type=F<br />
Dir=C:\autouploads\<br />
ExcludeDir=_*<br />
ExcludeFile=_*;*.log<br />
Case=Sensitive<br />
DSTChange=201003140200<br />
DSTDifference=60<br />
[Destination]<br />
Server=ftp.example.com<br />
User=ftp_user<br />
Pass=ftp_pwd<br />
Dir=/auto/upload/dir/<br />
Type=M<br />
TimeOut=60<br />
Passive=Yes<br />
</code></p>
<p>Now setup batch job that can be scheduled: upload.bat<br />
<code>cd C:\ftp<br />
FTPSync example /FULL /QUIET<br />
</code><br />
Can use &#8220;/DEBUG&#8221; to output log files</p>
<p>More docs here:<br />
<a href="http://www.cyberkiko.com/Docs/FTPSync28/CmdLine.htm" target="_blank">Docs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/ftp-auto-sync-306.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Close Batch Window After Execution</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/close-batch-window-after-execution-303.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/close-batch-window-after-execution-303.htm#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:54:02 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=303</guid>
		<description><![CDATA[Example will start exe file and close window, good for batch files
ECHO off
ECHO.
ECHO Starting file.exe
ECHO.
start "" "C:\dir\file.exe"
ECHO.
ECHO Done
ECHO.

Also can use /MIN to start app window minimized like:
start /MIN "" "C:\dir\file.exe"
]]></description>
			<content:encoded><![CDATA[<p>Example will start exe file and close window, good for batch files<br />
<code>ECHO off<br />
ECHO.<br />
ECHO Starting file.exe<br />
ECHO.<br />
start "" "C:\dir\file.exe"<br />
ECHO.<br />
ECHO Done<br />
ECHO.<br />
</code><br />
Also can use /MIN to start app window minimized like:<br />
<code>start /MIN "" "C:\dir\file.exe"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/close-batch-window-after-execution-303.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP Schedule Defrag</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/xp-schedule-defrag-363.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/xp-schedule-defrag-363.htm#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:53:42 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=363</guid>
		<description><![CDATA[Schedule XP defrag
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windowsxp/using/setup/tips/defrag.mspx" target="_blank">Schedule XP defrag</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/xp-schedule-defrag-363.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Remote Desktop and RealVNC</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/windows-7-remote-desktop-and-realvnc-288.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/windows-7-remote-desktop-and-realvnc-288.htm#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:46:18 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=288</guid>
		<description><![CDATA[Windows 7 Remote Desktop (Professional and Ultimate)
Configure RealVNC for Windows 7
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtogeek.com/howto/windows-vista/turn-on-remote-desktop-in-windows-vista/" target="_blank">Windows 7 Remote Desktop (Professional and Ultimate)</a></p>
<p>Configure <a href="http://www.mydigitallife.info/2006/12/13/workaround-to-run-vnc-server-in-windows-vista/" target="_blank">RealVNC</a> for Windows 7</p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/windows-7-remote-desktop-and-realvnc-288.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 SENDTO Directory</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/windows-7-sendto-directory-286.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/windows-7-sendto-directory-286.htm#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:24:54 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=286</guid>
		<description><![CDATA[Shortcut, address bar: shell:sendto
]]></description>
			<content:encoded><![CDATA[<p>Shortcut, address bar: <code>shell:sendto</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/windows-7-sendto-directory-286.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS DOS Batch File Log</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/ms-dos-batch-file-log-252.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/ms-dos-batch-file-log-252.htm#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:11:08 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=252</guid>
		<description><![CDATA[Log example (overwrite log file):
c:\example.bat &#62; c:\log.txt
Log example (append log file):
c:\example.bat &#62;&#62; c:\log.txt
Remove @ECHO off for full output
Include errors in log:
c:\example.bat &#62; c:\log.txt 2&#62;&#38;1
]]></description>
			<content:encoded><![CDATA[<p>Log example (overwrite log file):<br />
<code>c:\example.bat &gt; c:\log.txt</code></p>
<p>Log example (append log file):<br />
<code>c:\example.bat &gt;&gt; c:\log.txt</code></p>
<p>Remove <code>@ECHO off</code> for full output</p>
<p>Include errors in log:<br />
<code>c:\example.bat &gt; c:\log.txt 2&gt;&amp;1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/ms-dos-batch-file-log-252.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run System Restore from Command Line</title>
		<link>http://notes.hyperhawk.com/microsoft-windows/run-system-restore-from-command-line-243.htm</link>
		<comments>http://notes.hyperhawk.com/microsoft-windows/run-system-restore-from-command-line-243.htm#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:53:33 +0000</pubDate>
		<dc:creator>HyperHawk</dc:creator>
				<category><![CDATA[MS OS]]></category>

		<guid isPermaLink="false">http://notes.hyperhawk.com/?p=243</guid>
		<description><![CDATA[%systemroot%\system32\restore\rstrui.exe
]]></description>
			<content:encoded><![CDATA[<p><code>%systemroot%\system32\restore\rstrui.exe</code></p>
]]></content:encoded>
			<wfw:commentRss>http://notes.hyperhawk.com/microsoft-windows/run-system-restore-from-command-line-243.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

