Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
37
Posts with Downvotes
14
Downvoting Members
11
1 Commented Post
0 Endorsements

7 Posted Topics

Member Avatar for shimanto.khan.758

THIS IS HOW TO MAKE A CALCULATOR @echo off title Batch Calculator by (your name) color 0c :top echo ————————————– echo -Welcome to Batch Calculator by *(your name)!- echo ————————————– echo Enter your operand echo. set /p sum= set /a ans=%sum% echo. echo = %ans% echo ————————————————————– pause cls echo …

Member Avatar for pi man
-4
202
Member Avatar for shimanto.khan.758

ECHO OFF Color zz Cls ECHO loading please wait PAUSE Cls PING http://bdt.fxexchangerate.com/ ECHO loaded CLS Echo see the currency bellow PAUSE

Member Avatar for Reverend Jim
-3
114
Member Avatar for shimanto.khan.758

@echo off title ‘My Game’ color zz if "%1" neq "" ( goto %1) :Menu cls echo ‘1. Start’ echo ‘2. Instructions’ echo ‘3. Exit’ set /p answer=‘Type the number of your option and press enter.’ if %answer%==1 goto ‘Start_1’ if %answer%==2 goto ‘Instructions’ if %answer%==3 goto ‘Exit’ :‘Exit’ echo …

Member Avatar for chriswelborn
-1
167
Member Avatar for qulu.quliyev.58
Member Avatar for shimanto.khan.758

echo off echo Testing the network IPNG WWW GOOGLE.COM ECHO ECHO PING COMPLETE ECHO CLS EXIT

-4
156
Member Avatar for shimanto.khan.758

HOW TO MAKE A ASSISTANT-USING NOTEPAD Hi I am Shimanto . We know that assistant is an important thing for a man. Then why shouldn't we make a assistant in our computer or PC . So let's make it: @echo off Color 71 CLS Title "My Assistant" Echo Pause Start: …

-2
200
Member Avatar for shimanto.khan.758

@echo off color 0b Title ( as you want ) echo. Cls Pause Echo hi ! welcome . I will tell you the secret of impressing. But I will ask some questions. Echo Echo Cls Pause Echo what does a girl want from her boyfriend ? Echo Echo 1) honesty …

-3
198

The End.