Search found 3 matches

by BallisticX
24 Apr 2012 21:00
Forum: DOS Batch Forum
Topic: Batch Games
Replies: 31
Views: 65786

Batch Games

Share Some Batch Game Sripts With All Of Us!
by BallisticX
24 Feb 2012 21:27
Forum: DOS Batch Forum
Topic: school assignment, any help asap is very appreciated
Replies: 8
Views: 8073

Re: school assignment, any help asap is very appreciated

typo its >nul
and dont echo Number: %t%
or u cant see echos
by BallisticX
24 Feb 2012 21:21
Forum: DOS Batch Forum
Topic: school assignment, any help asap is very appreciated
Replies: 8
Views: 8073

Re: school assignment, any help asap is very appreciated

:roll: NUMBERS:
@echo off
title YOURNAME's ASSIGNMENT NAME

set t=0
:jhji
set /a t+=1
echo Number: %t%
if %t%==50 echo Hello
if %t%==100 echo World
@ping 127.0.0.1 -n 1 -w 1 >nulc
goto jhji



-BallisticX the 12 yr old programmer