Advance matrix effects

Advance matrix effects on my desktop

I had Previously posted about Matrix effect using notepad But this is more advance its look more advance then the previous one. So open up your notepad and get started.

  • Open Notepad and copy below code.

@echo off
cls
title Enter The Matrix
color 02

set string=Wake up Neo…
set /a len=18
call :DisplayText

ping localhost -n 4 >nul
set string=The Matrix has you…
set /a len=25
call :DisplayText

ping localhost -n 4 >nul
set string=Follow the white rabbit.
set /a len=28
call :DisplayText

ping localhost -n 4 >nul
set string=Knock, knock, Neo…
set /a len=24
call :DisplayText

ping localhost -n 4 >nul

goto matrix

:DisplayText

set /a dispvar =1
set /a len +=1

:DisplayLoop

CALL SET str=%%string:~0,

%dispvar%%%

cls
echo %str%
ping localhost -n 1 >nul

set /a dispvar +=1

if ‘%dispvar%’==’%len%’ goto

enddisplay

goto DisplayLoop

:enddisplay
exit /b

:matrix
setlocal enabledelayedexpansion
for /l %%A in (1,1,39) do (
set /a rnd=!random!%%5+1
if !rnd!==1 (
set /a rnd2=!random!%%26+1
set num=1
for %%A in (A B C D E F G H I J K L

M N O P Q R S T U V W X Y Z) do (
if !rnd2!==!num! (
set add=%%A
)
set /a num+=1
)
) else set /a add=!rnd!%%2
set var=!var! !add!
)
echo !var!
call :matrix

  •  Save the file  as MyTricksTime.bat  (.bat is must)
  •  Done enjoy !!

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How to clean your laptop’s cooling fans

How to clean your laptop’s cooling fans -� Is your Laptop is over heating? There are may possible reason due to your laptop is over heating. Most common reason is your laptop cooling fan is not clean. So if your laptop is over heating you should first you should checkout this thing before visit to any service center to repair your laptop. In this article we are sharing how to clean your laptop’s cooling fans.

Read more

Share Your Blog Posts To 101 Social Networks

MyTricksTime is take new and updated tricks for you dear readers,Now Get huge Traffic By Social networks.Sharing your blog and blog�s posts to different social networks is a nice way to drive traffic to your site. Bloggers do this trick to get publicize their blog and blog�s content. If you share your content to many social networks this will creates more chances to get traffic. But sharing a blog or blog�s content to more than 5 social networks is very difficult.

But don�t I have a nice way from which you an share your blog content to 130 social networks only with one click. YES !!! can�t believe me check out Social Poster. Just enter your post URL, Title, Some Description and related tags and click Post at the front of Social Network.

Click Here To Visit Social Poster


Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How to download torrents from Nokia mobile

How to download torrents from Nokia mobile

How to download torrents from Nokia mobileNokia is one is the most popular mobile phone company in all over world. many of use using their mobile or we have but not using yet. Before android the most popular OS which is used in nokia mobile named symbian. In this Os Nokia doesn’t have an inbuilt application to download torrent. most of the people don’t know that How to download torrents from Nokia mobile. but now we find a cool application named SYM torrent, with it’s help you can easily download torrent in your nokia mobile.

Read more

Adding any thing under every post

Bloggers with less experience with some advance feature of HTML and Blogger will always end up adding ‘Thank for reading this post’ under every blog they post, but there is much easier way to add any thing, from normal text to good looking HTML elements below the post.
In this tutorial you will get to learn about adding anything you want under each and every post without adding it. It will automatically appear below your post, take my sharing buttons, previous post and subscribe box. I don’t add them in individual posts, they all render automatically.

You maybe thinking what’s the big deal ? You can add the gadget from Layout, but note that gadgets added under Blog posts gadget actually appear under the comments section which is again under the post. So the gadget gets in little distance from the post, ain’t it ?

I don’t think that i must stretch this post to add extra information, i am sure you have understand what i am trying to say.

The trick is to add the element directly in Template’s HTML, but you need to have an idea about where you exactly need add the HTML. The obvious way for the edit HTML is

Blogger Dashboard ->
Template ->
Edit HTML ->
Proceed ->
Check mark the ‘Expand widget template‘. The next step is to use CTRL+F to find this line

<div class=’post-footer’>

Once you find it, but any HTML you want just above the div element. See the image below.

All you need is to paste any HTML or JavaScript code above it to render the code under post. But if you want to control where should the HTML appear then see this tutorial on using blogger conditional tags.
Now you can make your weblog more attractive and dynamic with this simple but useful trick.

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com