<?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>All Things Related To Computer &#187; Uncategorized</title>
	<atom:link href="http://www.virusindy.net/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://www.virusindy.net</link>
	<description>Information About Virus, Antivirus, Software, Hardware, Computer And Gadget</description>
	<lastBuildDate>Wed, 19 May 2010 15:23:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Call and speak with easy</title>
		<link>http://www.virusindy.net/call-and-speak-with-easy.html</link>
		<comments>http://www.virusindy.net/call-and-speak-with-easy.html#comments</comments>
		<pubDate>Wed, 19 May 2010 15:23:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virusindy.net/call-and-speak-with-easy.html</guid>
		<description><![CDATA[If you have any problems with your finances so that you find it difficult to establish communication with your friends so this time you have to think clearly. Start looking for a way cheaper and more effective so that communications between you and your friends will run smoothly without having to spend a lot of [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Call and speak with easy", url: "http://www.virusindy.net/call-and-speak-with-easy.html" });</script>]]></description>
			<content:encoded><![CDATA[<p>If you have any problems with your finances so that you find it difficult to establish communication with your friends so this time you have to think clearly. Start looking for a way cheaper and more effective so that communications between you and your friends will run smoothly without having to spend a lot of cost. What you been doing with your mobile phone? Are you able to contact only one person at a time? If it really is something that you naturally then you should prepare yourself to receive a surprise because this time you can contact anyone in the same time. Imagine you could talk to some people by making use of <a href="http://www.freeconferencecall.com/">conference calling</a>. This is very exciting, right?  <span id="more-142"></span><br />
If you&#8217;re thinking about how much money you should spend as long as you talk with your friends, then you should get rid of those thoughts far from the minds of you. Today technology has made it easier for anyone including you to establish smooth communication without having to waste a lot of money. So, please calls and talk casually with your friends. Do not busy considering that rotates clockwise because you still have plenty of time to enjoy conversation with your friends. You&#8217;ll feel satisfied with the presence of this technology because you have lots of opportunities to keep in touch with several people during your life.</p>
<p><a href="http://sharethis.com/item?&wp=2.9.2&amp;publisher=dae24e38-a7f6-4996-a546-73523ed6bf4f&amp;title=Call+and+speak+with+easy&amp;url=http%3A%2F%2Fwww.virusindy.net%2Fcall-and-speak-with-easy.html">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.virusindy.net/call-and-speak-with-easy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating Things with Batch Files</title>
		<link>http://www.virusindy.net/automating-things-with-batch-files.html</link>
		<comments>http://www.virusindy.net/automating-things-with-batch-files.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virusindy.net/?p=129</guid>
		<description><![CDATA[They Work on Today&#8217;s Computers Too!
If you&#8217;re familiar with MS-DOS at all, you&#8217;ll recall that it&#8217;s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Automating Things with Batch Files", url: "http://www.virusindy.net/automating-things-with-batch-files.html" });</script>]]></description>
			<content:encoded><![CDATA[<p>They Work on Today&#8217;s Computers Too!</p>
<p>If you&#8217;re familiar with MS-DOS at all, you&#8217;ll recall that it&#8217;s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer.<span id="more-129"></span></p>
<p>As an example, to load up Microsoft&#8217;s simple editing program, you had to type the name of the drive that the program was on, the directory that the program was in, and then the name of the program. So if Microsoft Edit was in a directory or folder named &#8220;Process,&#8221; you could start the program by typing, &#8220;C:>process\edit.com&#8221; Then, and only then would the program load up for use. </p>
<p>This is a small command, but just imagine if you had a program that was deeply nested within a series of folder. You could end up typing a command as wide as your computer screen or worse, long enough that the entire command would have to wrap onto the next line! Now imagine having to type these long commands every time that you wanted to start a program. Yikes!</p>
<p>That&#8217;s one of the reasons why batch files became so popular. Batch files are small text-based documents that contain a bunch of these commands on their own lines. When executed, they would process each command without the user having to type each and every one of them.</p>
<p>When Windows was developed, the need for typing commands was essentially eradicated thanks to the introduction of the point-and-click (mouse) interface. But this didn&#8217;t stop the batch file fever that started under MS-DOS &#8211; and in some small circles, batch files are still as popular as they were in the beginning.</p>
<p>Even though you may use Windows XP or Vista, batch files can save you tons of time by automatically starting multiple programs and performing different tasks at the single click of a button. They don&#8217;t require any extensive programming background and they don&#8217;t need to be encrypted with some weird, expensive compiler. Batch files are plain text files, and you can build one for your own personal use with Windows&#8217; Notepad.</p>
<p>You could make a batch file that loads up your favorite websites at once for example, or you could make a batch file that fills your desktop with the most important applications for the day. To do so only requires a little knowledge about the locations of these applications.</p>
<p>Let&#8217;s say that every day we need to load up the Yahoo web browser, Microsoft Word, and then the calculator that comes with Windows. Instead of doing this by hand, we could write a batch file to do it for us.</p>
<p>First, we&#8217;d load up Notepad and type in the following:</p>
<p>START &#8220;http://www.yahoo.com&#8221;<br />
START &#8220;c:/program files/microsoft office/office/winword.exe&#8221;<br />
START &#8220;c:/windows/calc.exe&#8221;</p>
<p>We would then save this data into a file named, &#8220;mytasks.bat&#8221; onto the Desktop for easy access. Each time we double-clicked on this file, the Yahoo website would load up, Microsoft Word would start, and the simple calculator would pop up.</p>
<p>Since we want these programs to load every day, we could create a shortcut to this file and then place the shortcut inside our computer&#8217;s Start Up folder. That way, these three programs would load every time we turn on the computer. If you wanted these programs to start minimized, you could type the following into a batch file instead:</p>
<p>START http://www.yahoo.com /m<br />
START &#8220;c:/program files/microsoft office/office/winword.exe&#8221; /m<br />
START &#8220;c:/windows/calc.exe&#8221; /m</p>
<p>This will run all three programs as before, however the &#8220;/m&#8221; parameter will minimize them so that they don&#8217;t clutter up the desktop.</p>
<p>Other people have found much more creative and effective ways to use batch files, but the important thing is that you know they&#8217;re a resource you can use to save a few seconds or minutes in performing important tasks. We&#8217;ve come a long way from MS-DOS, but it&#8217;s still a valuable source of automation that anyone can use with no programming knowledge at all.</p>
<p><a href="http://sharethis.com/item?&wp=2.9.2&amp;publisher=dae24e38-a7f6-4996-a546-73523ed6bf4f&amp;title=Automating+Things+with+Batch+Files&amp;url=http%3A%2F%2Fwww.virusindy.net%2Fautomating-things-with-batch-files.html">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.virusindy.net/automating-things-with-batch-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessorizing Computers</title>
		<link>http://www.virusindy.net/accessorizing-computers.html</link>
		<comments>http://www.virusindy.net/accessorizing-computers.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:40:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virusindy.net/?p=127</guid>
		<description><![CDATA[What Comes Out of the Box is a Really Just a Starter Kit
Yesterday, we spent about three hours trying to convince a client of ours that brand new computers just don&#8217;t come equipped with the all things that most computers need in a PC. We tried to convince him that a fully functional computer is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Accessorizing Computers", url: "http://www.virusindy.net/accessorizing-computers.html" });</script>]]></description>
			<content:encoded><![CDATA[<p>What Comes Out of the Box is a Really Just a Starter Kit</p>
<p>Yesterday, we spent about three hours trying to convince a client of ours that brand new computers just don&#8217;t come equipped with the all things that most computers need in a PC. We tried to convince him that a fully functional computer is one that is personalized with specially selected hardware and software accessories &#8211; and that the computer purchased at the store doesn&#8217;t come with these things. Unfortunately, all of our convincing was to our avail. Our client insisted that he should never need more than what came with his boxed product and that we were just trying &#8220;bilk&#8221; more money out of him.<span id="more-127"></span></p>
<p>As computer consultants, it&#8217;s our job and mission to make sure our clients are 100% satisfied when they walk out our offices. But our job is unnecessarily made harder when people don&#8217;t take the time to learn about computer accessories and familiarize themselves with the limitations of store-bought computers. Hopefully by the time you finish reading this article, you&#8217;ll understand the lesson that we were trying to teach our client: &#8220;What comes out of the box is really just a starter kit.&#8221;</p>
<p>The typical computer package comes with a CPU unit, keyboard, mouse, and speaker set. That may be just fine for some, but most people require more than that especially in today&#8217;s &#8220;connected&#8221; society. Today&#8217;s users require full multimedia capabilities, a wide range of graphics tools, and accommodations for the various portables we now enjoy. These extras aren&#8217;t included with &#8220;what comes out of the box,&#8221; and the only way to get them is to accessorize.</p>
<p>To illustrate the importance of accessorizing, we like to use the &#8220;plain dough&#8221; analogy. Let&#8217;s say that a brand new computer is a batch of plain dough &#8211; waiting to be flavored and baked into something useful. If we want to use this dough to make a delicious batch of chocolate chip cookies, we would need to &#8220;accessorize&#8221; this dough with chocolate chips and a little brown sugar. If we want to use this dough into in a warm loaf of sesame seed bread on the other hand, we&#8217;d need to &#8220;accessorize&#8221; the dough with yeast and sesame seeds.</p>
<p>Like &#8220;plain dough,&#8221; the brand new computer isn&#8217;t very useful by itself. It needs accessorizing.</p>
<p>Depending on what&#8217;s needed, accessorizing doesn&#8217;t need to be expensive.  In fact, you can get away with paying a minimal amount for extra software and hardware if these accessories are for children. It&#8217;s when these accessories are work requirements or when they&#8217;re needed to produce works of quality for any other reason that they can become rather expensive. And this expense applies to microphones, digital cameras, PDAs, scanners, video cams, and more.</p>
<p>Regardless of cost, it&#8217;s important to understand that accessories can become &#8220;necessities,&#8221; and that the best time to get them is the moment you buy a new computer. Waiting too long to accessorize can cause more problems than necessary because while you wait, manufacturers continuously develop new technologies &#8211; technologies that your computer won&#8217;t be able to accommodate in the future. Once you&#8217;re ready to accessorize, the new products on the market are too advanced for your computer and they just won&#8217;t work. This is a typical problem experienced by those who want to use hardware designed for Windows Vista on a Windows XP or Windows 2000 machine.</p>
<p><a href="http://sharethis.com/item?&wp=2.9.2&amp;publisher=dae24e38-a7f6-4996-a546-73523ed6bf4f&amp;title=Accessorizing+Computers&amp;url=http%3A%2F%2Fwww.virusindy.net%2Faccessorizing-computers.html">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.virusindy.net/accessorizing-computers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Income From Your Blog</title>
		<link>http://www.virusindy.net/getting-income-from-your-blog.html</link>
		<comments>http://www.virusindy.net/getting-income-from-your-blog.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:18:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.virusindy.net/?p=125</guid>
		<description><![CDATA[Paid to review program is a program that will be paid every time you finished making the task given to us with the time limit. Usually they will complete the revision work is between 1 up to 7 days, depending on the advertiser itself. PTR is one of money, the production of programs favored by [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Getting Income From Your Blog", url: "http://www.virusindy.net/getting-income-from-your-blog.html" });</script>]]></description>
			<content:encoded><![CDATA[<p>Paid to review program is a program that will be paid every time you finished making the task given to us with the time limit. Usually they will complete the revision work is between 1 up to 7 days, depending on the advertiser itself. PTR is one of money, the production of programs favored by bloggers or a poster to advertise their products. We review products depends largely on what the product will be offered, such as electronics, business, travel, hotels, credit cards, website, golf clubs, etc.<span id="more-125"></span></p>
<p><a href="http://linkfromblog.com/#253"><img src="http://linkfromblog.com/images/book1small.jpg" alt="How to make money with blog"></a></p>
<p>One of the new PTR site online are <a href="http://linkfromblog.com/#253">LinkFromBlog.com</a>. The rules are the same with other PTR programs. That advertisers get their products to <a href="http://linkfromblog.com/#253">LinkFromBlog</a> then bloggers to write a review about your product and publish it on his blog. To follow this program you must follow all the rules that have been determined. For the review of decisions, usually the word that is required to use is 100 words and 600 words each article review, but it certainly depends on the application advertiser.</p>
<p><a href="http://linkfromblog.com/#253">LinkFromBlog.com</a> may be one of the alternatives for PTR. I totally recommend you to join this program. Because this program has more advantages than others PTR and give bonus to all blogs <a href="http://linkfromblog.com/#253">LinkFromBlog</a> complete activation. Even when there is any error report?, Will receive the premium. For more information, visit <a href="http://linkfromblog.com/#253">LinkFromBlog</a>. So what are you waiting for? try to join at LinkFromBlog.com for getting income from your blog.<br />
<img border='0' width='1' height='1' alt='Advertise with my Blog' src='http://linkfromblog.com/img.001.000782.gif'/></p>
<p><img border='0' width='1' height='1' alt='Advertise with my Blog' src='http://linkfromblog.com/img.001.000795.gif'/></p>
<p><a href="http://sharethis.com/item?&wp=2.9.2&amp;publisher=dae24e38-a7f6-4996-a546-73523ed6bf4f&amp;title=Getting+Income+From+Your+Blog&amp;url=http%3A%2F%2Fwww.virusindy.net%2Fgetting-income-from-your-blog.html">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.virusindy.net/getting-income-from-your-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
