<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://mdadam.yolasite.com/tricks/archive/2009/tricks.rss" rel="self" type="application/rss+xml" />
        <title>tricks</title>
        <description>tricks</description>
        <link>http://mdadam.yolasite.com/tricks/archive/2009/tricks.php</link>
        <lastBuildDate>Thu, 04 Jun 2026 01:41:50 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Google trick</title>
            <link>http://mdadam.yolasite.com/tricks/archive/2009/tricks/google-trick</link>
            <description>&lt;CENTER&gt;&lt;FONT color=#ff99fd size=6&gt;&lt;B&gt;&lt;U&gt;&lt;I&gt;Google trick&lt;/I&gt;&lt;/U&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/CENTER&gt;&lt;BR&gt;&lt;BR&gt;[trick]Get serial u want [trick]Get serial u want Get the serial number you need ! (For Certain Things) &lt;BR&gt;&lt;BR&gt;* Go to Google. &lt;BR&gt;&lt;BR&gt;* In the search field type: &quot;Product name&quot; 94FBR &lt;BR&gt;&lt;BR&gt;* Where, &quot;Product Name&quot; is the name of the item you want to find the serial number for. &lt;BR&gt;&lt;BR&gt;* And voila - there you go - the serial number you needed. See these example searches: &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;HOW DOES THIS WORK?&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Quite simple really. 94FBR is part of a Office 2000 Pro cd key that is widely distributed as it bypasses the activation requirements of Office 2K Pro. By searching for the product name and 94fbr, you guarantee two things. &lt;BR&gt;&lt;BR&gt;1) The pages that are returned are pages dealing specifically with the product you're wanting a serial for. &lt;BR&gt;&lt;BR&gt;2) Because 94FBR is part of a serial number, and only part of a serial number, you guarantee that any page being returned is a serial number list page. &lt;BR&gt;&lt;BR&gt;&quot;Photoshop 7&quot; 94FBR &quot;Age of Mythology&quot; 94FBR &quot;Nero Burning Rom 5.5&quot; 94FBR br&amp;gt;&lt;BR&gt;</description>
            <pubDate>Fri, 26 Jun 2009 06:14:00 +0100</pubDate>
        </item>
        <item>
            <title>CMD Chat</title>
            <link>http://mdadam.yolasite.com/tricks/archive/2009/tricks/cmd-chat</link>
            <description>&lt;CENTER&gt;&lt;FONT color=#ff99fd size=6&gt;&lt;B&gt;&lt;U&gt;&lt;I&gt;-: Chat with Friends through ms dos Command Prompt :-&lt;/I&gt;&lt;/U&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/CENTER&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;1) All you need is your friend's IP Address and your Command Prompt. &lt;BR&gt;&lt;BR&gt;2) Open Notepad and write this code as it is.....! @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A &lt;BR&gt;&lt;BR&gt;3) Now save this as &quot;Messenger.Bat&quot;. &lt;BR&gt;&lt;BR&gt;4) Open Command Prompt. &lt;BR&gt;&lt;BR&gt;5) Drag this file (.bat file) over to Command Prompt and press Enter. &lt;BR&gt;&lt;BR&gt;6) You would then see something like this: &lt;BR&gt;
&lt;CENTER&gt;&lt;IMG class=yui-img src=&quot;http://h1.ripway.com/homesandip/pics/chat%20by%20CMD%201.jpg&quot;&gt;&lt;/CENTER&gt;&lt;BR&gt;&lt;BR&gt;7) Now, type the IP Address of the computer you want to contact and press enter You will see something like this: &lt;BR&gt;
&lt;CENTER&gt;&lt;IMG class=yui-img src=&quot;http://h1.ripway.com/homesandip/pics/chat%20by%20CMD%202.jpg&quot;&gt;&lt;/CENTER&gt;&lt;BR&gt;&lt;BR&gt;8) Now all you need to do is type your message and press Enter. Start Chatting.......! &lt;BR&gt;
&lt;CENTER&gt;&lt;IMG class=yui-img src=&quot;http://h1.ripway.com/homesandip/pics/chat%20by%20CMD%203.jpg&quot;&gt;&lt;/CENTER&gt;</description>
            <pubDate>Fri, 26 Jun 2009 06:07:29 +0100</pubDate>
        </item>
        <item>
            <title>Tricks</title>
            <link>http://mdadam.yolasite.com/tricks/archive/2009/tricks/tricks</link>
            <description>&lt;FONT style=&quot;FONT-SIZE: 15px; FONT-FAMILY: &quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;TEXT-DECORATION: underline&quot;&gt;&lt;FONT style=&quot;FONT-SIZE: 29px; FONT-FAMILY: &quot;&gt;CMD TRICKS&lt;/FONT&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;
&lt;CENTER&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;CENTER&gt;&lt;FONT color=#ff99fd size=6&gt;&lt;B&gt;&lt;SPAN style=&quot;TEXT-DECORATION: underline&quot;&gt;&lt;I&gt;-: Calculations On Command Prompt :-&lt;/I&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/CENTER&gt;&lt;BR&gt;&lt;BR&gt;The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers: &lt;BR&gt;&lt;BR&gt;
&lt;DIV style=&quot;TEXT-ALIGN: left&quot; align=left&gt;It will be like the following.......... &lt;BR&gt;&lt;BR&gt;C:\&amp;gt;set /a 2+2 &lt;BR&gt;4 &lt;BR&gt;&lt;BR&gt;C:\&amp;gt;set /a 2*(9/2) &lt;BR&gt;8 &lt;BR&gt;&lt;BR&gt;C:\&amp;gt;set /a (2*9)/2 &lt;BR&gt;9 &lt;BR&gt;&lt;BR&gt;C:\&amp;gt;set /a &quot;31&amp;gt;&amp;gt;2&quot; &lt;BR&gt;7 &lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;Note that we had to quote the shift operator since it would otherwise be misinterpreted as a &quot;redirect stdout and append&quot; operator. For more information, type set /? at the command prompt. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;
&lt;CENTER&gt;&lt;/CENTER&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/CENTER&gt;</description>
            <pubDate>Fri, 12 Jun 2009 05:03:35 +0100</pubDate>
        </item>
    </channel>
</rss>
