<?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>Notes &#187; windows</title>
	<atom:link href="http://alexpb.com/notes/articles/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 01:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Backup your Firefox Passwords</title>
		<link>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/</link>
		<comments>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 01:57:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=401</guid>
		<description><![CDATA[There are only 2 files you need to backup: signons.sqlite key3.db You can find those in your Firefox profile: Linux ~/.mozilla/firefox/xxxxxxxx.default/ Windows Click the Windows Start button, and select Run&#8230;. Type in %APPDATA%\Mozilla\Firefox\Profiles\ then click OK. You can then copy those file to another computer in your Firefox profile to use them.]]></description>
			<content:encoded><![CDATA[<p>There are only 2 files you need to backup:</p>
<ul>
<li>signons.sqlite</li>
<li>key3.db</li>
</ul>
<p>You can find those in your Firefox profile:</p>
<h3>Linux</h3>
<p><code>~/.mozilla/firefox/xxxxxxxx.default/</code></p>
<h3>Windows</h3>
<ol>
<li>Click the Windows Start button, and select Run&#8230;.</li>
<li>Type in %APPDATA%\Mozilla\Firefox\Profiles\ then click OK.</li>
</ol>
<p>You can then copy those file to another computer in your Firefox profile to use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/12/05/backup-your-firefox-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocad: PDF plot drawing&#8217;s text as text w/ PDFCreator</title>
		<link>http://alexpb.com/notes/articles/2008/08/06/autocad-pdf-plot-drawings-text-as-text-pdfcreator/</link>
		<comments>http://alexpb.com/notes/articles/2008/08/06/autocad-pdf-plot-drawings-text-as-text-pdfcreator/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 02:13:49 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cad]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=148</guid>
		<description><![CDATA[Autocad plot pdf text as text with PDFCreator (instead of images of text): File &#8211; Page Setup Manager &#8211; Manage Page Setups &#8211; Page Setup Manager &#8211; Modify &#8211; Printer/Plotter, PDFCreator.pc3, Properties &#8211; Graphics &#8211; True Type Text &#8211; True Type Text as Text]]></description>
			<content:encoded><![CDATA[<p>Autocad plot pdf text as text with PDFCreator (instead of images of text):</p>
<p>File &#8211; Page Setup Manager &#8211; Manage Page Setups &#8211; Page Setup Manager &#8211; Modify &#8211; Printer/Plotter, PDFCreator.pc3, Properties &#8211; Graphics &#8211; True Type Text &#8211; True Type Text as Text</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/08/06/autocad-pdf-plot-drawings-text-as-text-pdfcreator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare four columns in Open Office or Excel</title>
		<link>http://alexpb.com/notes/articles/2008/08/06/compare-four-columns-in-open-office-or-excel/</link>
		<comments>http://alexpb.com/notes/articles/2008/08/06/compare-four-columns-in-open-office-or-excel/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 01:55:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=135</guid>
		<description><![CDATA[For example, you have 2 sheets, Sheet1 and Sheet2: they both have a list of part numbers in column A and a list of prices in column B. You want to compare the prices for the same part numbers in each sheets. One way to do this is to copy the prices from Sheet1 to [...]]]></description>
			<content:encoded><![CDATA[<p>For example, you have 2 sheets, Sheet1 and Sheet2: they both have a list of part numbers in column A and a list of prices in column B.  You want to compare the prices for the same part numbers in each sheets.  One way to do this is to copy the prices from Sheet1 to Sheet2 in a third column and then use conditional formatting to highlight the different prices:</p>
<p>Copy this formula in cell C2 of Sheet2 (and then drag it down to the cells below):<br />
=INDEX($Sheet1.A$2:B$3001;MATCH(A2;$Sheet1.A$2:A$3001;0);2)</p>
<p>This formula assumes that there is a maximum of 3000 different products in Sheet1 (starting at cell A2).</p>
<p>Sample file:<a href='http://alexpb.com/notes/wp-content/uploads/2008/08/compare_four_columns.ods'>compare_four_columns.ods</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/08/06/compare-four-columns-in-open-office-or-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl&#8217;s KinoSearch vs Plucene</title>
		<link>http://alexpb.com/notes/articles/2008/07/17/perls-kinosearch-vs-plucene/</link>
		<comments>http://alexpb.com/notes/articles/2008/07/17/perls-kinosearch-vs-plucene/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 02:33:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=125</guid>
		<description><![CDATA[KinoSearch is the winner The following perl scripts index *.txt in the current folder and search for &#8220;TEST&#8221;. The first one is using Perl&#8217;s KinoSearch module and the other one is using Plucene. KinoSearch is alot faster then Plucene and also gives better results. (right click to download) KinoSearch.pl Plucene.pl]]></description>
			<content:encoded><![CDATA[<h3>KinoSearch is the winner</h3>
<p>The following perl scripts index *.txt in the current folder and search for &#8220;TEST&#8221;.  The first one is using Perl&#8217;s KinoSearch module and the other one is using Plucene.  KinoSearch is alot faster then Plucene and also gives better results.</p>
<p></p>
<p>(right click to download)</p>
<p><a href='http://alexpb.com/notes/wp-content/uploads/2008/07/kinosearch.pl'>KinoSearch.pl</a></p>
<p><a href='http://alexpb.com/notes/wp-content/uploads/2008/07/plucenesearch.pl'>Plucene.pl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/07/17/perls-kinosearch-vs-plucene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Mass-Rename (Windows)</title>
		<link>http://alexpb.com/notes/articles/2008/05/28/easy-mass-rename-windows/</link>
		<comments>http://alexpb.com/notes/articles/2008/05/28/easy-mass-rename-windows/#comments</comments>
		<pubDate>Wed, 28 May 2008 11:23:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/05/28/easy-mass-rename-windows/</guid>
		<description><![CDATA[Batch renaming made easy with Renamer &#8220;ReNamer is a very powerful and flexible file renaming tool, which offers all the standard renaming procedures, including prefixes, suffixes, replacements, case changes, as well as removing contents of brackets, adding number sequences, changing file extensions, etc. For advanced users, there is a PascalScript rule, which let users program [...]]]></description>
			<content:encoded><![CDATA[<p>Batch renaming made easy with <a href="http://www.den4b.com/projects.php">Renamer</a></p>
<p>&#8220;ReNamer is a very powerful and flexible file renaming tool, which offers all the standard renaming procedures, including prefixes, suffixes, replacements, case changes, as well as removing contents of brackets, adding number sequences, changing file extensions, etc. For advanced users, there is a PascalScript rule, which let users program their very own renaming rule. Program allows you to combine multiple renaming actions as a rule set, applying each action in a logical sequence, which can be saved, loaded, and managed within the program. In addition, it has an ability to rename folders, process regular expressions, Unicode capable, and supports variety of meta tags, such as: ID3v1, ID3v2, EXIF, OLE, AVI, MD5, CRC32, and SHA1.&#8221;</p>
<p><a href="http://www.den4b.com/downloads.php?project=ReNamer">Download.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/05/28/easy-mass-rename-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UMPC Laptops Comparison (Open Office Spread Sheet)</title>
		<link>http://alexpb.com/notes/articles/2008/05/27/umpc-laptops-comparison-spreadsheet/</link>
		<comments>http://alexpb.com/notes/articles/2008/05/27/umpc-laptops-comparison-spreadsheet/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:30:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=107</guid>
		<description><![CDATA[Ultra-Mobile PC (laptops)]]></description>
			<content:encoded><![CDATA[<p><a href='http://alexpb.com/notes/wp-content/uploads/2008/05/umpc-laptops.ods'>Ultra-Mobile PC (laptops)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/05/27/umpc-laptops-comparison-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFCreator Virtual Printer nostringval Error Fix</title>
		<link>http://alexpb.com/notes/articles/2008/05/27/pdfcreator-virtual-printer-nostringval-error-fix/</link>
		<comments>http://alexpb.com/notes/articles/2008/05/27/pdfcreator-virtual-printer-nostringval-error-fix/#comments</comments>
		<pubDate>Tue, 27 May 2008 22:05:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[pdf]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[ghostscript]]></category>
		<category><![CDATA[pdfcreator]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/05/27/pdfcreator-virtual-printer-error-fix/</guid>
		<description><![CDATA[Sometimes, when you print to PDF using PDFCreator, you can get the following error on the last page of your PDF output: &#8220;ERROR: undefined [...] OFFENDING COMMAND:_ [...] STACK: [....]&#8221; You can fix this problem following these instructions: First, you must Rollback to PDFCreator 0.9.3 (unless a newer version then 0.9.5 is out). Find the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, when you print to PDF using PDFCreator, you can get the following error on the last page of your PDF output:  &#8220;ERROR: undefined [...] OFFENDING COMMAND:_ [...] STACK: [....]&#8221;</p>
<p>You can fix this problem following these instructions:</p>
<p> First, you must Rollback to PDFCreator 0.9.3 (unless a newer version then 0.9.5 is out).</p>
<p>    Find the <strong>PDFCreator</strong> printer in the Printer and Faxes control panel. Right-click on it and select <strong>Properties</strong>:</p>
<p>Select the <strong>Advanced</strong> tab:</p>
<p>and select <strong>Print directly to the printer</strong> (this prevents spooling the PDF output to the disk twice). Now select the <strong>Device Settings</strong> tab:</p>
<p>and set <strong>Send CTRL-D After Each Job</strong> to <strong>No</strong>. Also change the <strong>Wait Timeout</strong> to <strong>1</strong> seconds:</p>
<p>Thanks to David Taft, Brent Powers and <a href="http://www.stat.tamu.edu/~henrik/GSWriter/GSWriter.html">http://www.stat.tamu.edu/~henrik/GSWriter/GSWriter.html</a>.    </p>
<p>PS: If PDFCreator truncates, trims or cuts filenames, make sure the path is not too deep.  Try copying  your files to the root folder and see if it fixes the problem.</p>
<p>Note: I re-posted this solution with different keywords because I had a hard time finding it because it was specific to GhostScript/Redmon.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/05/27/pdfcreator-virtual-printer-nostringval-error-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoCAD: Publishing (Batch plot) to single-sheet PDFs</title>
		<link>http://alexpb.com/notes/articles/2008/05/20/autocad-publishing-batch-plot-to-single-sheet-pdfs/</link>
		<comments>http://alexpb.com/notes/articles/2008/05/20/autocad-publishing-batch-plot-to-single-sheet-pdfs/#comments</comments>
		<pubDate>Tue, 20 May 2008 13:38:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[cad]]></category>
		<category><![CDATA[autocad]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/05/20/autocad-publishing-batch-plot-to-single-sheet-pdfs/</guid>
		<description><![CDATA[How to have AutoCAD publish to multiple PDF files instead of one PDF file with multiple pages: The following variables need to be set to &#8220;0&#8243;: PUBLISHCOLLATE = 0 BACKGROUNDPLOT = 0 In Sheet Set Publish Options, change the general DWF options &#8220;TYPE&#8221; from Multi-Sheet DWF to Single-Sheet DWF.]]></description>
			<content:encoded><![CDATA[<p>How to have AutoCAD publish to multiple PDF files instead of one PDF<br />
file with multiple pages:</p>
<p>The following variables need to be set to &#8220;0&#8243;:<br />
PUBLISHCOLLATE = 0<br />
BACKGROUNDPLOT = 0</p>
<p>In Sheet Set Publish Options, change the general DWF options &#8220;TYPE&#8221;<br />
from Multi-Sheet DWF to Single-Sheet DWF.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/05/20/autocad-publishing-batch-plot-to-single-sheet-pdfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InfraRecorder: CD/DVD burning software for Windows</title>
		<link>http://alexpb.com/notes/articles/2008/05/07/infrarecorder-cddvd-burning-solution-for-microsoft-windows/</link>
		<comments>http://alexpb.com/notes/articles/2008/05/07/infrarecorder-cddvd-burning-solution-for-microsoft-windows/#comments</comments>
		<pubDate>Wed, 07 May 2008 22:01:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/05/07/infrarecorder-cddvd-burning-solution-for-microsoft-windows/</guid>
		<description><![CDATA[InfraRecorder is another free open-source CD/DVD burning solution for Microsoft Windows. Features Create custom data, audio and mixed-mode projects and record them to physical discs as well as disc images. Supports recording to dual-layer DVDs. Blank (erase) rewritable discs using four different methods. Record disc images (ISO and BIN/CUE). Fixate discs (write lead-out information to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://infrarecorder.sourceforge.net/">InfraRecorder</a> is another free open-source CD/DVD burning solution for Microsoft Windows.</p>
<h3>Features</h3>
<ul>
<li><span class="li"> Create custom data, audio and mixed-mode<br />
projects and record them to physical discs as well as disc<br />
images.</span></li>
<li><span class="li">Supports recording to dual-layer DVDs.
<p></span></li>
<li><span class="li"> Blank (erase) rewritable discs using four<br />
different methods.</span></li>
<li><span class="li">Record disc images (ISO and BIN/CUE).</span><span class="li"><br />
</span></li>
<li><span class="li"> Fixate discs (write lead-out information to<br />
prevent further data from being added to the disc).</span></li>
<li><span class="li"> Scan the <acronym title="Small Computer System<br />
Interface">SCSI</acronym>/IDE bus for devices and collect information<br />
about their capabilities.</span><span class="li"><br />
</span></li>
<li><span class="li"> Create disc copies, on the fly and using a<br />
temporary disc image.</span></li>
<li><span class="li"> Import session data from multi-session discs and<br />
add more sessions to them.</span></li>
<li><span class="li"> Display disc information.</span></li>
<li><span class="li"> Save audio and data tracks to files (.wav, .wma,<br />
.ogg, .mp3 and .iso).</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/05/07/infrarecorder-cddvd-burning-solution-for-microsoft-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recording a skype conversation</title>
		<link>http://alexpb.com/notes/articles/2007/09/08/recording-a-skype-conversation-using-audacity/</link>
		<comments>http://alexpb.com/notes/articles/2007/09/08/recording-a-skype-conversation-using-audacity/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 14:03:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2007/09/08/recording-a-skype-conversation-using-audacity/</guid>
		<description><![CDATA[First, download and install Audacity. Then, to be able to record both the microphone input and the sound card output at the same time using Audacity, you have to un-mute the microphone playback in the Volume control. Double click the speaker in the System Tray Click Options &#8211; Properties &#8211; Playback &#8211; Check Microphone &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>First, <a href="http://audacity.sourceforge.net/download/">download</a> and install Audacity.</p>
<p>Then, to be able to record both the microphone input and the sound card output at the same time using Audacity, you have to un-mute the microphone playback in the Volume control.</p>
<ol>
<li>Double click the speaker in the System Tray</li>
<li>Click Options &#8211; Properties &#8211; Playback &#8211; Check Microphone &#8211;  Click OK</li>
<li>Un-check the microphones mute and raise the volume</li>
</ol>
<p>You should now be able to hear yourself in the speakers or earphone when you talk in the microphone and also be able to record the output (person you called) and the input (you) in Audacity.  Select Stereo Mix on Audacity&#8217;s Mixer Toolbar and hit Record.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/09/08/recording-a-skype-conversation-using-audacity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Folder Double-Click Default Action in Windows Explorer</title>
		<link>http://alexpb.com/notes/articles/2007/06/08/fix-folder-double-click-default-action-in-windows-explorer/</link>
		<comments>http://alexpb.com/notes/articles/2007/06/08/fix-folder-double-click-default-action-in-windows-explorer/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 13:02:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2007/06/08/fix-folder-double-click-default-action-in-windows-explorer/</guid>
		<description><![CDATA[Click Start &#8211; Run Type: regedit&#60;enter&#62; Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell Change (Default) value to: open I had to use the registry to reset the double-click action to it&#8217;s default value because when I added the Command Prompt to the context menu using Windows Explorer, it changed the default action and explore was not available as an [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Click Start &#8211; Run</li>
<li>Type: regedit&lt;enter&gt;</li>
<li>Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell</li>
<li>Change (Default) value to: open</li>
<p>I had to use the registry to reset the double-click action to it&#8217;s default value because when I added the Command Prompt to the context menu using Windows Explorer, it changed the default action and explore was not available as an option.  Here&#8217;s how to add actions to files/folders right-click menu using Windows Explorer Options:</p>
<p><code>In Windows Explorer: Tools - Folder Options - File Types - (NONE) File Folder - Advanced - New - Action:Command Prompt, Application:cmd.exe</code></p>
<p>This procedure was tested on Windows XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/06/08/fix-folder-double-click-default-action-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Windows Command Prompt Default Folder</title>
		<link>http://alexpb.com/notes/articles/2007/04/27/change-windows-command-prompt-default-folder/</link>
		<comments>http://alexpb.com/notes/articles/2007/04/27/change-windows-command-prompt-default-folder/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 23:08:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes3/archives/6</guid>
		<description><![CDATA[Example: changing default directory to C:\ Right click on command prompt shortcut and choose properties Change the Target to: %SystemRoot%\system32\cmd.exe /K cd ..\.. Click OK and your shortcut is ready. Note: type &#8220;cmd /?&#8221; in a command prompt to see all options]]></description>
			<content:encoded><![CDATA[<p>Example: changing default directory to    C:\</p>
<ul>
<li>Right click on command prompt shortcut and choose properties</li>
<li>Change the Target to:
<ul>
<li><code>%SystemRoot%\system32\cmd.exe /K cd ..\..</code></li>
</ul>
</li>
<li>Click OK and your shortcut is ready.</li>
</ul>
<p>Note: type &#8220;cmd /?&#8221; in a command prompt to see all options</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/04/27/change-windows-command-prompt-default-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Convertion from PDF to jpg</title>
		<link>http://alexpb.com/notes/articles/2007/04/25/batch-convertion-from-pdf-to-jpeg-or-png/</link>
		<comments>http://alexpb.com/notes/articles/2007/04/25/batch-convertion-from-pdf-to-jpeg-or-png/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 23:10:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes3/archives/7</guid>
		<description><![CDATA[Programs needed for batch converting PDFs to an image file (pdf2jpg, pdf2jpeg, pdf2png): ImageMagick Windows version Unix/Linux Download Tutorial by examples Ghostscript Download Note: Once Ghostscript is installed, you might need to add it to your PATH environment variable. To do this in Windows, go to Control Panel -&#62; System -&#62; Advanced, Environment Variables. Then [...]]]></description>
			<content:encoded><![CDATA[<p>Programs needed for batch converting PDFs to an image file (pdf2jpg, pdf2jpeg, pdf2png):</p>
<ol>
<li>ImageMagick
<ul>
<li><a href="http://www.imagemagick.org/script/binary-releases.php#windows">Windows version</a></li>
<li><a href="http://www.imagemagick.org/script/binary-releases.php#windows">Unix/Linux Download</a></li>
<li><a href="http://www.imagemagick.org/Usage/basics/">Tutorial by examples</a></li>
</ul>
</li>
<li><a href="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/current">Ghostscript Download</a></li>
</ol>
<p>Note: Once Ghostscript is installed, you might need to add it to your PATH environment variable. To do this in Windows, go to Control Panel -&gt; System -&gt; Advanced, Environment Variables.  Then click  &#8220;path&#8221; variable in System Variables and choose edit. Add Ghostscript&#8217;s bin path (ie: ;&#8221;c:\program files\gs856\gs8.56\bin&#8221;).  All paths are semi-colon separated.</p>
<p>Then go to the directory your images are located using command prompt (Windows) or shell (Linux) and type a command like this:</p>
<p><code>mogrify -rotate 90 -scale 15% -format jpg *.PDF</code></p>
<p>This command rotates the PDF 90 degrees clockwise, scale it down to 15% of it&#8217;s original size and convert it to JPG (great for thumbnails).</p>
<p><span style="color:red;">WARNING</span>: mogrify can overwrite your original images if you keep the same format, create a backup before pocessing them. See <a href="http://www.imagemagick.org/Usage/basics/#mogrify">Mogrify Documentation.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/04/25/batch-convertion-from-pdf-to-jpeg-or-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path Too Deep Error Message</title>
		<link>http://alexpb.com/notes/articles/2007/04/10/path-too-deep-error-message/</link>
		<comments>http://alexpb.com/notes/articles/2007/04/10/path-too-deep-error-message/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 23:11:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes3/archives/8</guid>
		<description><![CDATA[It seems to be a generic hardware failure error message. Here is a &#8220;summary&#8221; of what I found (Mostly from this website). I found out my problem to be with my wireless network which had too many bad packets, but there seem to be many possible causes. Jump to the solutions. Disclaimer: I didn&#8217;t try [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to be a generic hardware failure error message. Here is a &#8220;summary&#8221; of what I found (Mostly from <a href="http://codebetter.com/blogs/sahil.malik/commentrss.aspx?PostID=23742.">this website</a>).  I found out my problem to be with my wireless network which had too many bad packets, but there seem to be many possible causes.  <a href="#solutions">Jump to the solutions.</a></p>
<p>Disclaimer: I didn&#8217;t try all possible solutions, some may not work or may break something.. be careful with what you modify..!</p>
<h4>Here are some error messages that also seem to be related to the same problem:</h4>
<ul>
<li>&#8220;Cannot copy: Path is too deep.&#8221;</li>
<li>&#8220;File creation error &#8211; The semaphore timeout period has expired.&#8221;</li>
<li>&#8220;The network path is no longer valid&#8221;</li>
<li>&#8220;The request could not be performed because of an I/O device error&#8221;</li>
<li>&#8220;The  specified name is no longer available&#8221;</li>
<li>MAC ERROR &#8220;The Finder cannot complete the operation because some data in \ could not be read or written.&#8221;</li>
<li>&#8220;Windows was unable to save all the data for the file drive:\\directory. The data has been lost. this error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.&#8221;</li>
</ul>
<h4>Possible Solutions</h4>
<h5 id="solutions">Most Popular Solutions:</h5>
<ul>
<li>Changed duplex settings from auto to full (100 or 10 depending on network settings) and now everything works just fine &#8211; &gt;Go to DEVICE MANAGER, then NETWORK ADAPTER, right click go to PROPERTIES, go to the ADVANCED tab, then SPEED AND DUPLEX, change this setting from auto to either 10MB Full or 100MB Full (depending on your network).</li>
<li>I swapped USB ports &#8211; sorted!</li>
<li>I found that unregistering MS&#8217;s AVI preview dll (shmedia.dll; see <a href="http://www.tweakxp.com/tweak2123.aspx">http://www.tweakxp.com/tweak2123.aspx</a>, <a href="http://www.tweakxp.com/article36849.aspx">http://www.tweakxp.com/article36849.aspx</a>) (which tries to preview / read tech data for all avi files, regardless if they&#8217;re 700MB +) fixed it.</li>
<li>Sysadmins found network card on original server was dropping connections  every 5 minutes or so</li>
<li>Robocopy (Robust Copy) or TotalCopy from nethorror-&gt; it is more persistent, and is more forgiving of timeouts and doesn&#8217;t throw in the towel after a few retries</li>
<li>Connection speed to this PC to 10 MBit (from 100MBit)</li>
<li>Revert your network adapter&#8217;s driver to an earlier driver version or update to the newest one</li>
<li>The original IDE cable was longer (36&#8243;) than the specs. allowed (18&#8243;).  I replaced the one cable with two 18&#8243;cables and made both drives masters</li>
<li>using <a href="http://support.microsoft.com/?id=328890">http://support.microsoft.com/?id=328890</a> and setting TcpAckFrequency to 1 has resolved the problem completely.</li>
<li>simply exchanged the USB cable with one I got with a digital projector and it is working fine</li>
<li>Make sure your USB thumb-drive or hard-drive is plugged in and enabled before you begin. 1. Right-click  &#8220;My Computer&#8221; and select &#8220;Manage&#8221; 2. Select &#8220;Device Manager&#8221; 3. Expand &#8220;Disk Drives&#8221; 4. Right-click the usb drive (e.g &#8220;Sandisk Cruzer Micro USB Device&#8221; and select &#8220;Properties&#8221; 5. Click the &#8220;Policies&#8221; tab 6. Select &#8220;Optimize for performance&#8221; 7. Select &#8220;OK&#8221; 8: Reboot your computer.</li>
</ul>
<h5>Other Solutions</h5>
<ul>
<li>After adding my 1st and 2nd DNS servers the issues are no longer present.</li>
<li>DISABLE WINDOWS FIREWALL then try to start the transfer</li>
<li>I replace the network environment by a regular CAT5 cross cable the network graph will still not look as pretty as but it WILL succeed</li>
<li>we swapped to the internal LAN port at 100mbps and the very repeatable problem has gone away</li>
<li>PC contained Trojan.cachecachekit which is dropped by the W32.Spybot.NLX virus.After we removed the PC from the network, things seemed to be o</li>
<li>Since copying to the internal worked great I just formatted the card to fat32 (to same FS)</li>
<li>CHKDSK [C:\ CHKDSK X: /f /r] and then I the XCOPY command [XCOPY C:\music X:\ /s]</li>
<li>I zipped the directory and files I was trying to copy when receiving this error and the zip file did copy.</li>
<li>turn OFF the Microsoft Network (both Client and Server) options to digitally sign communications</li>
<li>To turn off the options, start up &#8220;Local Security Policy&#8221; (under &#8220;Administrative Tools&#8221; &#8211; which, if you cannot find it anywhere else, will be located in the Control Panel). Select &#8220;Local Policies,&#8221; then &#8220;Security Options.&#8221; Set all of the following options to &#8220;Disabled&#8221;:
<ol>
<li>&#8211; o  Microsoft network client: Digitally sign communications (always);</li>
<li>&#8211; o  Microsoft network client: Digitally sign communications (if server agrees);</li>
<li>&#8211; o  Microsoft network server: Digitally sign communications (always);</li>
<li>&#8211; o  Microsoft network server: Digitally sign communications (if client agrees). THEN REBOOT</li>
</ol>
</li>
<li>Disable Microsoft QOS</li>
<li>right click your network adapter. Go to the Advanced tab. Find IEEE802.1P support and disable it</li>
<li>updated the IOS on both VPNs and everything and everyone is happy again</li>
<li>Just recently started having problems with &#8220;path too deep&#8221; and failed copying to the server. Pulled the switch (and it&#8217;s cable) and now no problems</li>
<li>I removed the Promise card and placed both drives on the IDE connectors on my mother board.</li>
<li>I powered down my wireless network (Linksys 802.11b), powered down my 3 PCs (all running fully updated XP Home) and rebooted everything</li>
<li>did a repair on w2k3 and file sharing/copying worked fine, reloaded MB drivers and the windows updates</li>
<li>Solution: compressed it (RAR) on local drive and uncompressed from local to external drive!</li>
<li>Answer: the zip file was corrupt. I deleted it, copied it onto the USB drive again, and then copied it to XP &#8211; no problemo.</li>
<li>I resolved my problem by changing the IDE cable on my hard drive</li>
<li>I changed the network cables to the Win98 machine, problem gone.</li>
<li>remove all hardware/cards not needed to install</li>
<li>ISP replaced the modem with a newer model</li>
<li>unplug the drive and plug it into another USB port (back of computer?)</li>
<li>changing the IP worked for me (Network setup was for static, and computer was set to automatically)</li>
<li>Changed the network card and fixed problem</li>
<li>formatted the USB drive using NTFS and all problems went away</li>
<li>wiped XP and went back to Windows 98.  Works like a dream.</li>
<li>Secure Copy, Xcopy</li>
<li>turned off authentication on the network adapter and changed all servers to auto-negotiate.</li>
<li>disabled the flow control</li>
<li>changing the Wins settings on my server to the right one</li>
<li>Moved files to another existing directory on same drive, then to other drive.  Zipped right over without a hitch.</li>
<li>Setting both network adapters to the same link speed/duplex mode instead of &#8220;auto&#8221; did the trick.</li>
<li>My problem with an SD memory card is now resolved. I exchanged the card for a new one and it worked OK.</li>
<li>I unplugged the hub and plugged it back in and everything is fine now even at auto</li>
<li>After 1/2 day I tried another network cable, and guess what. That did the trick.</li>
<li>It turned out to be a bad connection/cabling in my HD removable tray that now and than caused the error. Mounted the HD permanently and the prob was gone.</li>
<li>temp: If I copy direct to the root of that drive then move the files to the folder I need them to be in.</li>
<li><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=983184&amp;SiteID=1&amp;mode=1">Article 983184 at MSDN Forum</a></li>
<li>One interesting thing I found out while testing was that the error only occurs when  I&#8217;m connecting the hard drive using USB 2.0.  If I connect to the Ext. HDD using  firewire, there&#8217;s no &#8220;path too deep&#8221; error.  If I connect to one of my old USB 1.1  ports, there&#8217;s also no problem (slow, but no problem).</li>
<li>Try mapping the drive from the win 2k machine rather than vice versa and dragging the files from the 2k box.</li>
<li>Tcpip.sys hotfix KB884020 <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;884020">Article 884020 at MS Support</a></li>
<li>1) Open a command window (Start-&gt;Run, type in &#8216;cmd&#8217; hit enter) 2) To remove image preview, type and hit enter     regsvr32 /u shimgvw.dll 3) To read image preview, type and hit enter      regsvr32 shimgvw.dll 4) To remove media preview, type and hit enter     regsvr32 /u shmedia.dll5) To read media preview, type and hit enter     regsvr32 shmedia.dll</li>
<li>Go into device manager and remove / uninstall the offending item. reboot with the item connected and let it rediscover and load it. sometimes I have to do this 2 or 3 times to get it to work.</li>
<li>Sometimes if I just uninstall and reinstall it will work.</li>
<li>sometimes plugging it in to a different port will work.</li>
<li>sometimes disconnecting it and reconnecting it will work.</li>
</ul>
<h5>Temp. Solutions (If all else fails)</h5>
<ul>
<li>xcopy in a command prompt seems to work fine</li>
<li>Copying from A machine to B machine generated that error.  Pulling the file from A to B from B machine was OK.</li>
<li>I just tried connecting to the Win2K server, mapping to the Win2K3 server from there, and copying the file that way, and it worked without this error.</li>
<li>Log to the other server and moved the files from there</li>
</ul>
<h4>When can you get this error message ?</h4>
<ul>
<li>The most common event causing this error seems to be when you are copying large files over a network (small files usually copy fine) or when trying to copy from an internal hard-drive to a<br />
USB device (another HD, mp3 player, flash drive, etc..).</li>
<li>Sometimes even a small file is causing the error</li>
<li>Copy from computer #1 to computer #2 gives the error but can copy without any problem from computer #2 to computer #1.</li>
<li>If on a second computer I continuously ping the wireless computer even during the exact times the errors occur, I never get a timeout, and never get anything other than normal ping times.</li>
<li>The wireless connection when trying to copy large files works about 1 in 3 times according to some</li>
<li>Copy to external PCIMI network card with 8139 Chip Module (to try: upgrade driver)</li>
<li>Copy from one internal HD to another (no network involved) and the cables are new</li>
<li>Wireless or Ethernet &#8211; connected to the office LAN over PPTP VPN, I can&#8217;t copy even a 10 K file.</li>
<li>Copy files to Server 2000 server and Server 2003 servers from XP machines</li>
<li>From USB drive to a folder</li>
<li>Accessing a 2-gig USB hard drive. I have tried it on 2 different computers and I get a semaphore timeout.</li>
<li>Backup SCSI HDD onto the primary IDE disk.</li>
<li>SCSI HDD to the primary IDE HDD</li>
<li>From a removable bay drive to a new 160gb drive</li>
<li>I changed the wired hub to a 100Mb switch</li>
<li>My path is no longer than 30 characters long. That goes for each file. Each file ranges between 4G to 14G</li>
<li>PCMCIA adaptor Not working, USB OK</li>
<li>two machines are looking at the same network share, and user A creates a file in that share, but user B can&#8217;t see it until they refresh the folder. Try to copy between these folders, and the &#8220;Path too deep&#8221; error occurs</li>
</ul>
<h4>Possible Causes</h4>
<ul>
<li>copy from NTFS to FAT32</li>
<li>Also every time explorer would hang if i disconnected failing drive&#8217;s usb cable it would come right back instantly under control then i&#8217;d try again with same problem coming back after a few seconds of transfer.</li>
<li>the network trunking connecting the site switches was at fault</li>
<li>The problem definitely seems to be network related but only triggered using certain files.</li>
<li>can rule out any bad computer IO because this will happen from- and to various different PC&#8217;s</li>
<li>The failing save showed TCP Checksum errors. Also reported SMB errors, which would be expected it there are errors lower in the stack.</li>
<li>I swapped it for an 80 conductor cable, and the DMA mode bumped up to Mode 5 (had old 40 conductor and DMA Mode 2)</li>
<li>hardware failure, corrupted data or too slow connection</li>
<li>If you ignore, move past the currently offending file, or other some such, the next copy operation seems to happen without a sneeze</li>
<li>chkdsk /f/r The disk does not have enough space to replace bad clusters detected in file 38 of name . OR An Unspecified error occurred.</li>
<li>Yeah, it was the IDE cable for me, or else the Promise IDE card.</li>
<li>Replaced the Linksys Wireless router with an old DLink and it works fine.</li>
<li>Bad HD Cable</li>
<li>Bad Network cable</li>
<li>*occurred with a large file copy (linux-kernel.tar 125MB) *does not occur with a tiny 1k file.</li>
<li>It&#8217;s your network.  Update your drivers, etc.  Could be router issues too but less likely.</li>
<li>It&#8217;s your network layer.   Think about it&#8230;did you ever get it copying within your own HD?</li>
<li>Make sure all your BIOS&#8217;es are up to date, make sure the HDDs do not have bad sectors on them.</li>
<li>changes on the network</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/04/10/path-too-deep-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Camera Security System</title>
		<link>http://alexpb.com/notes/articles/2007/03/22/home-camera-security-system/</link>
		<comments>http://alexpb.com/notes/articles/2007/03/22/home-camera-security-system/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 23:14:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes3/archives/10</guid>
		<description><![CDATA[Resources for setting up a motion-detection camera security system controlled from your PC using an analog camera. Tutorials Using your PC and a Webcam as a security camera MythTV and a Security Camera Setting up SAA713X in Linux Software Dorgem (Free)Supports an unlimited number of simultaneous cameras. It has a built-in webserver for still images [...]]]></description>
			<content:encoded><![CDATA[<p>Resources for setting up a motion-detection camera security system controlled from your PC using an analog camera.</p>
<ol>
<li>
<h4>Tutorials</h4>
<ul>
<li><a href="http://www.simplehelp.net/2006/09/27/how-to-use-your-pc-and-webcam-as-a-motion-detecting-and-recording-security-camera/">Using your PC and a Webcam as a security camera</a></li>
<li><a href="http://www.100share.com/MythTV-and-a-Security-Cam.htm">MythTV and a Security Camera</a></li>
<li><a href="http://gentoo-wiki.com/HARDWARE_saa7134">Setting up SAA713X in Linux</a></li>
</ul>
</li>
<li>
<h4>Software</h4>
<ul>
<li><a href="http://dorgem.sourceforge.net/">Dorgem (Free)</a>Supports an unlimited number of simultaneous cameras. It has a built-in webserver for still images and can be used as security camera because of its motion detection. (Windows)</li>
<li><a href="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome">Motion (Free)</a>Software motion detector for Linux. <a href="http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuide">Guide</a> or <a href="http://www.lavrsen.dk/twiki/bin/view/Motion/DownloadFiles">Download</a></li>
<li><a href="http://www.zoneminder.com/">ZoneMinder (Free)</a>Set of applications which together provides a complete surveillance solution allowing capture, analysis, recording and monitoring of any cctv cameras attached to a Linux based machine. <a href="http://www.zoneminder.com/documentation.html">Documentation</a><br />
or <a href="http://www.zoneminder.com/downloads.html">Download</a></li>
<li><a href="http://gspy.sourceforge.net/">Gspy (Free)</a>Special motion detection algorithms are used to reduce the size of the daily movies by eliminating pictures with similar content as well as the mpeg compression. (Linux)</li>
<li><a href="http://www.videolan.org/">VideoLAN (Free)</a>Video streaming server with extended <a href="http://www.videolan.org/streaming-features.html">features </a>(Multi-Platform)</li>
<li><a href="http://www.breezesys.com/products.htm">DSLR Remote Pro</a>Allows remote operation of a Canon EOS 5D, 1D Mark II, 1Ds Mark II, 1D, 1DS, 30D, 20D, 10D, 400D/Digital Rebel XTi/Kiss Digital X , 350D/Digital Rebel XT/Kiss Digital N or 300D/Digital Rebel/Kiss Digital digital SLR via a PC using a FireWire or USB cable.</li>
<li><a href="http://www.webcamsecuritysystem.com/">Webcam Camera System</a></li>
</ul>
</li>
<li>
<h4>Recommended Cheap Hardware</h4>
<p>Look for a TV Tuner card or USB capture device with composite(RCA) input if you have an analog camera.  Get one which uses one of the following chipset (Should be listed in the product&#8217;s specifications):</p>
<ul>
<li><a href="http://www.zoneminder.com/wiki/index.php/Supported_hardware">ZoneMinder Supported Hardware</a></li>
<li><a href="http://gspy.sourceforge.net/">Gspy Supported Hardware</a></li>
<li><a href="http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideOneLargeDocument#Supported_Hardware">Motion Supported Hardware</a></li>
</ul>
<p>You should be able to find something for about $20 to $30 on the internet.</li>
<li>
<h4>My Setup</h4>
<ul>
<li>I have a TV Tuner card with cable, composite and s-video inputs which has an SAA7130 chip (Module SAA7134 from Kernel 2.6.X is<br />
required)</li>
<p>I couldn&#8217;t get it to work with Zone Minder, but it does work pretty well with Motion.  I got it from eBay for $15.</p>
<li>I also bought an analog wireless camera with receiver for $30 on eBay (composite output).</li>
<li><a href="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome">Motion</a>.  It is not a GUI program but it is easily setup from the<br />
motion.conf file and has many nice features (capture video or pictures on motion detection for example).</li>
<li>I use Slackware on a P-III 1Ghz (I get about 5 frame per second while motion is detected)</li>
</ul>
</li>
</ol>
<p>You could also use a webcam like the one listed below, which features infrared lights for improved night vision (and it is USB so don&#8217;t need any special hardware for composite input).</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=wusum-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B000GLPQW0&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=3333CC&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2007/03/22/home-camera-security-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
