<?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 &#124; Latest Tech News, Software And Tutorials &#187; control programs</title> <atom:link href="http://www.ghacks.net/tag/control-programs/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>WinParrot, Record, Play Recurring Tasks In Windows</title><link>http://www.ghacks.net/2011/09/22/winparrot-record-play-recurring-tasks-in-windows/</link> <comments>http://www.ghacks.net/2011/09/22/winparrot-record-play-recurring-tasks-in-windows/#comments</comments> <pubDate>Thu, 22 Sep 2011 18:12:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[control programs]]></category> <category><![CDATA[screen recording]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[winparrot]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50741</guid> <description><![CDATA[Do you repeat some tasks over and over again? Maybe start an application every day, send an email to someone or enter data from a spreadsheet into a program? If you have a task that is identical every time, you could use a software like WinParrot to automate the task for you. The free program [...]]]></description> <content:encoded><![CDATA[<p>Do you repeat some tasks over and over again? Maybe start an application every day, send an email to someone or enter data from a spreadsheet into a program? If you have a task that is identical every time, you could use a software like WinParrot to automate the task for you. The free program can record actions that you perform to play them back at a later time.</p><p>A basic example is to open your favorite web browser and a website of your choosing. All that it takes to record the task is to press the record button in the WinParrot interface. If this is a new task you need to select a save location for the information. You then begin to click on the browser icon in your taskbar, wait until it opens up, click in the address bar and enter the website that you want to visit. A click on stop ends the recording.</p><p>Now you can play back the recording whenever you want to open the web browser and visit that website again.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/winparrot.png" alt="winparrot" title="winparrot" width="600" height="561" class="alignnone size-full wp-image-50742" /></p><p>While it is possible to use WinParrot for simple tasks like this, it is probably more suitable for test environments and data entry jobs. Say you are working on a website and need to run some compatibility tests. Instead of having to run those tests manually, you could use the software to run the tests for you so that you can concentrate on the outcome.</p><p>The developer has posted two example videos on YouTube. Here is one of them demonstrating automatic Oracle Applications 11i and 12i data loading.</p><p><iframe
width="560" height="410" src="http://www.youtube.com/embed/0UfQhNSZBcw" frameborder="0" allowfullscreen></iframe></p><p>The program uses screenshots to record the tasks, which means that you need to work a bit slower than usual so that all actions get recorded by WinParrot.</p><p>The program interface displays all screenshots that it has taken and their corresponding actions. Here it is possible to move, delete or copy actions if necessary. It is furthermore possible to disable actions, handy if you only want to run a specific part of a recording and not all of it.</p><p>WinParrot is a handy program for Windows users who want to automate tasks on their operating system. Macros can be scheduled using the command line, a basic example would be the following:</p><p><code>'C:\winparrot\bin\winparrot.exe C:\winparrot\macro\mymacro.wpr /play'</code></p><p>Windows users can download the latest version of WinParrot <a
href="http://www.winparrot.com/">from the</a> developer website. New users should take a look at the excellent online help to get accustomed to the application.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/22/winparrot-record-play-recurring-tasks-in-windows/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Control Running Programs</title><link>http://www.ghacks.net/2008/05/05/control-running-programs/</link> <comments>http://www.ghacks.net/2008/05/05/control-running-programs/#comments</comments> <pubDate>Mon, 05 May 2008 12:12:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[control programs]]></category> <category><![CDATA[fslock]]></category> <category><![CDATA[program instances]]></category> <category><![CDATA[programs]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4011</guid> <description><![CDATA[Control Running Programs is a new application by the developer of fsLock that serves two purposes: The first purpose is to prevent that more than the defined instances of a program are executed on a system while the second starts an application whenever it is closed on a system. I think that both functions need [...]]]></description> <content:encoded><![CDATA[<p>Control Running Programs is a new application by the developer of <a
href="http://www.ghacks.net/2008/03/21/protect-files-in-windows-by-locking-them/">fsLock</a> that serves two purposes: The first purpose is to prevent  that more than the defined instances of a program are executed on a system while the second starts an application whenever it is closed on a system. I think that both functions need some explaining,it took me a while to figure out what they are exactly good for.</p><p>Instance Controlling, that&#8217;s the official name of the first function prevents that more than x instances of a program are running on a system. If another instance of a program is started that exceeds the defined value that instance will be closed immediately. This can be extremely useful if you are working with applications that spawn other applications from time to time. I was not able to come up with an application yet that has such a behavior, maybe Internet Explorer.</p><p>An interesting aspect is that you can only pick an application that you want to add from the list of running processes which means that the application has to be running to be added to the list. The number of instances that can be run simultaneously is not limited.</p><p><span
id="more-4011"></span><a
href='http://www.ghacks.net/wp-content/uploads/2008/05/control_running_programs.jpg'><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/control_running_programs-300x213.jpg" alt="control running programs" title="control running programs" width="300" height="213" class="alignnone size-medium wp-image-4013" /></a></p><p>Another possible use for this function would be if you happen to start programs multiple times from time to time.</p><p>The second function might prove to be better suited for a lot of users. It is a list of applications that the user wants to run all the time on his computer. It scans the processes constantly and if it detects that a process has been terminated that is in the list it will restart the application.</p><p>Control Running Programs requires the .net framework 2.0 or higher but does not seem to have any other limitations.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/05/control-running-programs/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
