<?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>FetishFish Resource Blog</title>
	<atom:link href="http://www.fetishfish.co.uk/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.fetishfish.co.uk/wordpress</link>
	<description>Just the random things I find and want to remember.</description>
	<lastBuildDate>Mon, 21 Nov 2011 03:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Convert .vbs .bat to .exe</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=55</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=55#comments</comments>
		<pubDate>Mon, 07 Nov 2011 14:33:45 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=55</guid>
		<description><![CDATA[<p>***See update at bottom***</p> <p>Windows XP will not allow you to pin a shortcut to the start menu that points to a network drive. For this reason it can be necessary to write a batch file to launch a program. The issue is that a shortcut pointed to a .bat file also contains no “Pin [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000">***See update at bottom***</span></p>
<p>Windows XP will not allow you to pin a shortcut to the start menu that points to a network drive. For this reason it can be necessary to write a batch file to launch a program. The issue is that a shortcut pointed to a .bat file also contains no “Pin to Start Menu” option. While it can be dragged onto the start menu, this leaves no option for scripting these shortcuts. The simple solution is to convert the .bat file to an .exe file and lucky for us Windows XP includes a tool that can do it…</p>
<p><a href="http://photos1.blogger.com/blogger/7466/3209/1600/IEXPRESS.png"><img src="http://photos1.blogger.com/blogger/7466/3209/320/IEXPRESS.png" border="0" alt="" /></a></p>
<p>Step 1<br />
Navigate to C:\Windows\System32 and locate the file named IEXPRESS.EXE</p>
<p>Step 2<br />
Double Click to launch IEXPRESS.EXE</p>
<p>Step 3<br />
You will be presented with the initial welcome screen and be given two choices. Select “Create new Self Extraction Directive file.” Click Next.</p>
<p>Step 4<br />
Next you will be presented with the Package Purpose screen. For our purposes select “Extract Files and run an installation command” and click the Next button.</p>
<p>Step 5<br />
You will be presented with the Package Title screen, which will give you the opportunity to give your project a name. If you are so inclined give it a meaningful name. If like me you are never going to come back to this, name it whatever you want.</p>
<p>Step 6<br />
You will next be presented with the Confirmation Prompt Screen. We would like the batch file to just be extracted and run so just choose “No Prompt” and click the Next Button.</p>
<p>Step 7<br />
You are presented with the License Agreement window. If you don’t want your users to have to answer a prompt select “Do not display a license.”</p>
<p>Step 8<br />
The Packaged Files window is where you will select your batch file (or .vbs). Click the Add button and browse to your desired file. Then click next.</p>
<p>Step 9<br />
Here you are presented with a window titled Install Program to Launch. Use the drop down control next to “Install Program and choose the only option that will be present, the .bat or .vbs file that you chose in the previous window.</p>
<p>Step 10<br />
The Show Window screen is next. I didn’t want my users to be prompted in any way so I chose Hidden. Click Next.</p>
<p>Step 11<br />
No Finished Message for my users. Select “No message” and choose Next.</p>
<p>Step 12<br />
The Package Name and Options window is where the new .exe specified. Type in a path or browse to the folder you would like your .exe in, type a name in the file name box and click save. Also check the box that says “Hide File Extraction Progress Animation from User.” If you’re worried about long file names go ahead and click the other box as well.</p>
<p>Step 13<br />
Since we really aren’t installing anything we probably want to tell the Configure Restart window to not restart. So choose the option that says “No restart” and hit Next.</p>
<p>Step 14<br />
This window is where you have a chance to save all of the options you have chosen into a project file so that if necessary you may later return and make modifications. I have no need to retain the file, but if you would like to be able to come back to it, by all means choose “Save Self Extraction Directive (SED) file” and tell it where to put it. As always, click Next.</p>
<p>Step 15<br />
Here’s where you’re new .exe is born, on the Create Package screen. Explore to the directory you told it to put the file in, click Next and then watch your little .exe’s first moments as it pops into the big digital world.</p>
<p>Step 16<br />
You’re done! Click finish and go try it out. Pin it directly to the start menu. Point a shortcut to it and pin that to the start menu. Most importantly, script it and see how slick it is. If you’re not familiar with how to script start menu pinning the scripting guys will tell you how. <a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/nov04/hey1111.mspx">Check it out here!</a></p>
<p><span id="more-55"></span></p>
<h2>IExpress Windows 7 – Error Creating Process Fix</h2>
<div>
<p>Currently I am using Microsoft Deployment Tools and dealing with Application deployment. It is quite a nuisance to simply copy a program to the local drive before installing. It’s actually more difficult than it sounds, as batch scripts do not like UNC paths and there is no easy path to work with if you are just running a task and not an OS install.</p>
<p>One thing to do is create a self extracting exe and run a script to perform everything locally from a known directory. Windows 7 and XP (and older versions) have a built in tool named iexpress. Quite a handy free tool. One problem. In Windows 7 when trying to run a script after the install it does this:</p>
<div><a href="http://www.migee.com/wp-content/uploads/2010/09/CommandError.gif"><img src="http://www.migee.com/wp-content/uploads/2010/09/CommandError.gif" alt="" width="476" height="185" /></a>&#8220;Error creating process . Reason: The system cannot find the file specified.&#8221;</p>
</div>
<p>Command.com?! That’s old school, and hence the problem. Windows 7 has only cmd, not command. So when you’re at the ‘Install Program to Launch’ screen and you simply put ‘install.bat’ it precedes it with ‘command /c’. Solution is to do it like this:</p>
<p><a href="http://www.migee.com/wp-content/uploads/2010/09/CommandLaunch.gif"><img src="http://www.migee.com/wp-content/uploads/2010/09/CommandLaunch.gif" alt="" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your own simple CMS with PHP tutorial</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=52</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=52#comments</comments>
		<pubDate>Sun, 08 May 2011 12:12:24 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=52</guid>
		<description><![CDATA[<p style="text-align: center"><a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/" target="_blank">CSS-TRICKS</a></p> <p style="text-align: center"><a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/"></a></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/" target="_blank">CSS-TRICKS</a></p>
<p style="text-align: center"><a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/"><img class="aligncenter" src="http://spyrestudios.com/wp-content/uploads/2009/06/css-tricks.jpg" alt="" width="585" height="325" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Diagram Tool</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=49</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=49#comments</comments>
		<pubDate>Mon, 21 Mar 2011 12:07:26 +0000</pubDate>
		<dc:creator>Fetishfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=49</guid>
		<description><![CDATA[<p style="text-align: center;">Create diagrams</p> <p> <a href="http://www.gliffy.com"></a></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Create diagrams</p>
<p> <a href="http://www.gliffy.com"><img class="aligncenter" src="http://www.gliffy.com/images/gliffy_logo.png" alt="" width="188" height="70" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify Fonts</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=44</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=44#comments</comments>
		<pubDate>Mon, 21 Mar 2011 12:02:52 +0000</pubDate>
		<dc:creator>Fetishfish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=44</guid>
		<description><![CDATA[<p style="text-align: center;"><a href="http://new.myfonts.com/WhatTheFont/" target="_blank">Find a font name</a></p> <p style="text-align: center;"> <a href="http://new.myfonts.com/WhatTheFont/"></a></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://new.myfonts.com/WhatTheFont/" target="_blank">Find a font name</a></p>
<p style="text-align: center;"> <a href="http://new.myfonts.com/WhatTheFont/"><img class="aligncenter" src="http://cdn.myfonts.net/s/w/wtf/wtf_tips.gif" alt="" width="605" height="284" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Web Data Administrator</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=41</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=41#comments</comments>
		<pubDate>Fri, 18 Mar 2011 09:26:00 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=41</guid>
		<description><![CDATA[<p><a id="ctl00_ctl00_MasterContent_ProjectTitleControl1_ProjectTitleLink1" href="http://sqlwebadmin.codeplex.com/" target="_blank"></p> SQL Web Data Administrator <p></a></p> <p>access web based sql databases</p>]]></description>
			<content:encoded><![CDATA[<p><a id="ctl00_ctl00_MasterContent_ProjectTitleControl1_ProjectTitleLink1" href="http://sqlwebadmin.codeplex.com/" target="_blank"></p>
<h1 id="ctl00_ctl00_MasterContent_ProjectTitleControl1_ProjectHeader">SQL Web Data Administrator</h1>
<p></a></p>
<p>access web based sql databases</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Css div positioning</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=38</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=38#comments</comments>
		<pubDate>Mon, 14 Mar 2011 15:35:44 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=38</guid>
		<description><![CDATA[<p><a href="http://www.barelyfitz.com/screencast/html-training/css/positioning/" target="_blank">instructions with visual examples</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barelyfitz.com/screencast/html-training/css/positioning/" target="_blank">instructions with visual examples</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Swishmax Tutorials</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=34</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=34#comments</comments>
		<pubDate>Tue, 01 Mar 2011 16:10:19 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=34</guid>
		<description><![CDATA[<p style="text-align: center"><a title="Swishmax Tutorials" href="http://www.mobosof.com/examples/" target="_blank">Swishmax tutorials</a></p> <p style="text-align: center">&#160;</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a title="Swishmax Tutorials" href="http://www.mobosof.com/examples/" target="_blank">Swishmax tutorials</a></p>
<p style="text-align: center">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag and Drop Web elements</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=31</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=31#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:05:43 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=31</guid>
		<description><![CDATA[<p>&#160;</p> <p>Drag and Drop Web elements Tutorial</p> <p>&#160;</p> <p><a title="Drag and Drop tutorial" href="http://www.javascriptkit.com/howto/drag.shtml" target="_blank">Tutorial here</a></p>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Drag and Drop Web elements Tutorial</p>
<p>&nbsp;</p>
<p><a title="Drag and Drop tutorial" href="http://www.javascriptkit.com/howto/drag.shtml" target="_blank">Tutorial here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docx to Doc convertor</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=20</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=20#comments</comments>
		<pubDate>Sun, 27 Feb 2011 13:01:50 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=20</guid>
		<description><![CDATA[<p>&#160;</p> <p style="text-align: center"><a title="Docx to Doc" href="http://www.doc.investintech.com/" target="_blank">Convert here</a></p> <p style="text-align: center"><a href="http://www.doc.investintech.com/" target="_blank"></a></p>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center"><a title="Docx to Doc" href="http://www.doc.investintech.com/" target="_blank">Convert here</a></p>
<p style="text-align: center"><a href="http://www.doc.investintech.com/" target="_blank"><img class="aligncenter" src="http://www.doc.investintech.com/images/conversion.png" alt="" width="236" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swish examples folder</title>
		<link>http://www.fetishfish.co.uk/wordpress/?p=17</link>
		<comments>http://www.fetishfish.co.uk/wordpress/?p=17#comments</comments>
		<pubDate>Sun, 27 Feb 2011 12:58:30 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fetishfish.co.uk/wordpress/?p=17</guid>
		<description><![CDATA[<p>&#160;</p> <a title="Swish examples" href="http://www.swishzone.com/max_swi/" target="_blank">Swish Examples</a> <p style="text-align: center"><a href="http://www.swishzone.com/max_swi/" target="_blank"></a></p>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<h1 style="text-align: center"><a title="Swish examples" href="http://www.swishzone.com/max_swi/" target="_blank">Swish Examples</a></h1>
<p style="text-align: center"><a href="http://www.swishzone.com/max_swi/" target="_blank"><img class="aligncenter" src="http://cshirish.linksutra.com/wordpress/tag/swishmax/files/2010/12/swishmax_logo.jpg" alt="" width="130" height="130" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fetishfish.co.uk/wordpress/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

