Sunday, 6 November 2011
Saturday, 5 November 2011
How to Make Calculator In .bat files
1. Open Notepad
2. Copy This Code
...................................................................
@echo off
title Batch Calculator By "TExt"
color 1f
:top
echo --------------------------------------------------------------
echo Welcome to Calculator By "anything"
echo --------------------------------------------------------------
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo --------------------------------------------------------------
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
.....................................................................
3. Paste
4. Save As .bat File
Run It
2. Copy This Code
...................................................................
@echo off
title Batch Calculator By "TExt"
color 1f
:top
echo --------------------------------------------------------------
echo Welcome to Calculator By "anything"
echo --------------------------------------------------------------
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo --------------------------------------------------------------
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
.....................................................................
3. Paste
4. Save As .bat File
Run It
How to Flip Text uʍop ǝpısd∩
1. Just Go to Link Here
2. Type In first box
3. Copy the flipped Text From 2nd Box
4. And Update ur Status Like this
¿dnssɐM ǝɹǝɥʇ ʎǝH
2. Type In first box
3. Copy the flipped Text From 2nd Box
4. And Update ur Status Like this
¿dnssɐM ǝɹǝɥʇ ʎǝH
Blogger Trick : How to post continuous scrolling text "marquee"
1. Select New Post
2. Open "Edit HTML" Tag
3. Type : <marquee >Your Text </marquee>
2. Open "Edit HTML" Tag
3. Type : <marquee >Your Text </marquee>
U can Also Choose The Direction i.e. Right To Left or Left to Right
It will Appear as
Subscribe to:
Posts (Atom)