<?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>gHacks technology news &#187; cmdow</title>
	<atom:link href="http://www.ghacks.net/tag/cmdow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Session files can save you effort</title>
		<link>http://www.ghacks.net/2007/04/22/session-files-can-save-you-effort/</link>
		<comments>http://www.ghacks.net/2007/04/22/session-files-can-save-you-effort/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 18:45:16 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[auto it]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[cmdow]]></category>
		<category><![CDATA[easy macro]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[session files]]></category>
		<category><![CDATA[xstarter]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/22/session-files-can-save-you-effort/</guid>
		<description><![CDATA[Creating "session files" can help you speed up your work and also give you a tiny little bit of rest by preventing you from doing repetitive tasks every day again and again. For example, when you work on some kind of project (webdesign, audio, video, graphics), maybe you often start some sort of programs at once, together, like say &#124;:Paintbrush - Photoshop - ColorPickerTool - ImageViewer:&#124; or maybe &#124;:Audacity - MusicPlayer - FrequencyAnalyzer:&#124; and so on.]]></description>
			<content:encoded><![CDATA[<p>Creating &#8220;session files&#8221; can help you speed up your work and also give you a tiny little bit of rest by preventing you from doing repetitive tasks every day again and again. For example, when you work on some kind of project (webdesign, audio, video, graphics), maybe you often start some sort of programs at once, together, like say |:Paintbrush &#8211; Photoshop &#8211; ColorPickerTool &#8211; ImageViewer:| or maybe |:Audacity &#8211; MusicPlayer &#8211; FrequencyAnalyzer:| and so on.</p>
<p>Instead of browsing through your system menus and launching applications, or even instead of just clicking shortcuts on desktop or on a launcher application, you can create simple (or complex) scripts that will do the job for you while you sit back and watch. With these &#8220;session&#8221; scripts you can launch multiple applications at once, from one place by clicking one icon. Sometimes when launching manually, you maybe got used to adding delays between starting resource-intensive applications so that your CPU can handle it better. Session scripts can take care of it for you too, you can define as long delays as you want.There are at least 2 ways of creating such scripts:</p>
<p><span id="more-1453"></span></p>
<p>1) you might want to use some of many task automating applications which can handle a lot of routine work (eg. <a href="http://www.autoitscript.com/autoit3/">AutoIt</a>, free; <a href="http://www.xstarter.com/">xStarter</a>, paid;  <a href="http://www.flashplayerpro.com/MacroRecorder/index.htm">EasyMacro</a>, paid)</p>
<p>2) you can write a simple batch script for your system handler using commands like &#8220;start %program_xyz% -parameter1 &#8211; parameter2 | application_abc&#8221; and so on</p>
<p>I won&#8217;t describe using automating programs because they vary from each other and moreover they usually contain a comprehensible tutorial or help files. Using batch scripts is very easy (at least for our purpose), you can find a lot of tutorials and examples either for Windows, Mac or Unix systems. To completely hide (minimize) running batch script on Windows, I use a great freeware application called <a href="http://www.commandline.co.uk/cmdow/">cmdow</a> which lets you do stuff like that and a lot more. </p>
<p>Using these session files can help you to save a little effort, maybe few seconds of your life. But every single second counts, right ;)</p>

	Tags: <a href="http://www.ghacks.net/tag/auto-it/" title="auto it" rel="tag">auto it</a>, <a href="http://www.ghacks.net/tag/autorun/" title="autorun" rel="tag">autorun</a>, <a href="http://www.ghacks.net/tag/cmdow/" title="cmdow" rel="tag">cmdow</a>, <a href="http://www.ghacks.net/tag/easy-macro/" title="easy macro" rel="tag">easy macro</a>, <a href="http://www.ghacks.net/tag/macros/" title="macros" rel="tag">macros</a>, <a href="http://www.ghacks.net/tag/session-files/" title="session files" rel="tag">session files</a>, <a href="http://www.ghacks.net/tag/xstarter/" title="xstarter" rel="tag">xstarter</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/06/usb-flash-drives-usb-vaccine/" title="USB Flash Drives: USB Vaccine (March 6, 2009)">USB Flash Drives: USB Vaccine</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/06/11/start-windows-without-autostart-entries/" title="Start Windows Without Autostart Entries (June 11, 2009)">Start Windows Without Autostart Entries</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/02/16/increase-usb-security-with-usb-cop/" title="Increase USB Security With USB Cop (February 16, 2009)">Increase USB Security With USB Cop</a> (8)</li>
	<li><a href="http://www.ghacks.net/2005/11/29/autoruns-84/" title="Autoruns 8.4 (November 29, 2005)">Autoruns 8.4</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/autorun-eater/" title="Autorun Eater (May 22, 2008)">Autorun Eater</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/22/session-files-can-save-you-effort/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
