Guys i fixed his code he messed up in one spot use this code @echo off title Timer set time=61 :loop set /a time=%time%-1 if %time%==0 goto :timesup echo %time% ping localhost -n 2 > nul cls goto loop :timesup echo Time is up! echo ? echo ? echo ? echo Press any key to exit... pause >nul
It Is Right You Need To Put In Where It Says time% @echo off title Timer set time=61 :loop set /a time=%time%-1 if %time%==0 goto timesup ping localhost -n 2 >nul cls goto loop :timesup echo time is up! echo Itz All Over echo press any key to exit... Pause >nul
It Is Right You Need To Put In Where It Says time% @echo off title Timer set time=60 :loop set /a time=%time%-1 if %time%==0 goto timesup ping localhost -n 2 >nul cls goto loop :timesup echo time is up! echo Itz All Over echo press any key to exit... Pause >nul
This Is Not Right I Guess@echo off title Timer set time=60 :loop set /a time=%time%-1 if %time%==0 goto timesup ping localhost -n 2 >nul cls goto loop :timesup echo time is up! echo Itz All Over echo press any key to exit... Pause >nul
@echo off title Timer set time=60 :loop set /a time=%time%-1 if %time%==0 goto timesup ping localhost -n 2 >nul cls goto loop :timesup echo time is up! echo Itz All Over echo press any key to exit... Pause >nul
@echo off title Timer set time=64 :loop set /a time=%time%-1 if %time%==0 goto timesup echo %time% ping localhost -n 2 >nul cls goto loop :timesup echo time is up! echo ? echo ? echo ? echo press any key to exit pause Thumbs up so people can see this.
I've never listened to Drowning Pool before, but at first I thought it was James Hetfield. He's got the growl of Hetfield, the screech, of Draiman, and the tone of another familiar rock icon I can't remember the name of.
how do you make it do minutes and seconds and how do you, if you have someone else use it without changing the code, how do you make the user set the time? Sorry I am bad at grammer
Try this (you can substitute 5 for any amount of seconds): @echo off title Timer set time=5 :loop cls echo. echo You have %time% seconds left. ping localhost -n 2 >nul set /a time=%time%-1 if %time% == 0 goto timeup goto loop :timeup cls echo. echo Time is up! ping localhost -n 2 >nul ping localhost -n 2 >nul ping localhost -n 2 >nul -------------------------------------------- Don't forget to save it as .bat.
One question. What's with all the pinging??? I removed the ping operation and the program works fine (with and without it). BTW, I can't get the alarm to work. Using Vista operating system. When my CMD reaches the 'special character' it either displays a o with a wierd accent on it, or just a question mark. NO ALARM.
same exact thing but what matrix is dark blue? or whatever 0a is? besides the more randoms there is the longer the text string is. there is no real difference. but yours is better because it fills most of the command. But i dont use batch. i use C# C++ and VB
Another good method is this! Just copy and paste! @echo off color 2 :start echo 1001010110111010010110100000101100101011011011011001010101001 echo 0101010010101010101010101011001010100101010101001010100101100 echo 1010101001010101010010101010101010101010101010101001001001001 echo 1000110010001100001101001010100101010010101001010101101101110 echo 1010101001010101010000010100101011010011101111101001010110010 echo 1010010101001001110101001010101000100010110100010001011101111 goto start
now, u can choice the time ;) @echo off title timer set /p timer=Choose the time: set time=%timer% :loop color set /a time=%time% -1 if %time%==0 goto tacabou echo %time% ping localhost -n 2 >nul cls goto loop :tacabou echo time is over pause >nul
@echo off title Timer set /p timer=Choose the time: set time=%timer% :loop color set /a time=%time% -1 if %time%==0 goto tacabou echo %time% secound(s) ping localhost -n 2 >nul cls goto loop :tacabou echo Time's out echo Press any key to exit. pause >nul
To make it so it shutdown after the time reaches Zero. Put this code @echo off title Timer set time=50 :loop set /a time=%time%-1 if %time%==0 goto timesup echo %time% ping localhost -n 1 > nul cls goto loop :timesup shutdown -f -s -t 5 It will shutdown in 5 Secs
if u can find it in the character map good for u. but i looked in the character map for ages, just for my viewers and i tried like 10 diferent things.
guys that isnt work in windows 7...
willsonGK 2 months ago
☺ lol ☺
coolbuddywin 2 months ago in playlist More videos from Z3AI0T
• is alt code 7
coolbuddywin 2 months ago in playlist More videos from Z3AI0T
asTIG!!
ianuarios 3 months ago
SPRIGGS233 6 months ago
Or just by copying it of your comment xD
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
LolzxDable 7 months ago
it doesnt work
SrdjanRadovic99 7 months ago
This has been flagged as spam show
TheButtafingaz 7 months ago
TheButtafingaz 7 months ago
TheButtafingaz 7 months ago
TheButtafingaz 7 months ago
you should have the script in the description. following video can be hard sometimes and the copy/paste is alot easier
stfuimpaul 7 months ago in playlist computer tricks
When I do it it doesn't save
TheHellhouser 8 months ago
Ummm... when i use >nul, it closes the CMD, i use XP. is it not avaliable on XP?
tails2fan 8 months ago
isnt accurate and htt p://screwthelotofyou.webs.co m/files /ping will prove it
basketballdude138 8 months ago
:C
SuperMydrive 9 months ago
morrowray1 10 months ago 6
Thanks for the code! P:S: please place the damn code on the damn description next time. ^○^
morrowray1 10 months ago
or you could do this keep pressing alt and then 7 and then release both (works only in notepad)
daniel1591994 10 months ago
the ● is not avalilble on my pc!!!
MatasDam 11 months ago
I've never listened to Drowning Pool before, but at first I thought it was James Hetfield. He's got the growl of Hetfield, the screech, of Draiman, and the tone of another familiar rock icon I can't remember the name of.
Song sounded dope though. ;)
ravn87 11 months ago
Nice, but no alarm :D xD
harmenqwe 1 year ago
Everyone thumbs this up I know why his isn't working!
never seperate the '>nul' into another line!!!! It tells the cmd prompt to close itself keep it as this: ping localhost -n 2 > nul
reply to me if it doesn't work and ill figure it out!
Cheeseman135792 1 year ago 3
@Cheeseman135792 ty man it worked then for me ty !
n1k3sh0x 11 months ago
@n1k3sh0x No prob im a computer geek...Hacked my ipod just yesterday and turned my lock slider into a pig...lolol
Cheeseman135792 11 months ago
its not work... :(
harmenqwe 1 year ago
● There.
HookyDruids 1 year ago
@HookyDruids ty :)
MrCesc4life 1 year ago
it doesn't work. it closes not even tenty-five sec. after.
(LOL tenty-five)
TheElectricRay 1 year ago
Thank you so much for this simple program! It helped me learn so much more to .bat files!
P.S. Any character I put into the program ends up as a really stupid and random charater -.- help please?
SirFair1 1 year ago
Thank you so much for this simple program! It helped me learn so much more to .bat files!
SirFair1 1 year ago
I don't understand what "ping localhost -n 2 >nul" is
breda076jer 1 year ago
@breda076jer
this for animation or something ex.
@echo off
echo Hello
ping localhost -n 2 >nul
echo Hello youtubers
ping localhost -n 2 >nul
echo Bye
:end
marioko123 1 year ago
it dose not work it just closes right away after I open it
tehfailmyn 1 year ago
whats your font
helicopter725 1 year ago
••••••x◘◘8◘••◘8◘◘8◘○○○○○○○♠♠6♠♣♣♣54444☺1☺☺☺☺1☻☻2☻22☻☻3♥♥♥♥♥[1○[91[[[[19[91919191[[91/513♣50511513511♣3513333252552525665A•••7♥3♥♥3♥♥♥3♥54545454Ä654"ÄÄÄÄÄÄÄÄ654ÄÄÄÄÄÄ54Ä
CrescentStarSkater 1 year ago
This has been flagged as spam show
it say timesup in not valid
TheParag123456 1 year ago
it say timesup in not valid
TheParag123456 1 year ago
it says timesup is not valid
TheParag123456 1 year ago
TheBloodySplatter 1 year ago
press alt numpad 7 to get •
TheBloodySplatter 1 year ago
how do you make it do minutes and seconds and how do you, if you have someone else use it without changing the code, how do you make the user set the time? Sorry I am bad at grammer
mylifeis2coolcmc2 1 year ago
if you don't do goto with caps that can cause it to disspear.. Learn to code
pivotkillerdz 1 year ago
thank you :)
admin887 1 year ago
Comment removed
windows7ultimate 1 year ago
press alt+7 to get the symboL(•=the symbol)
francaom7 1 year ago
FINALY SOMONE ELSE WHO KNOWS AMERICAN STANDARD CODE FOR INTERNATIONAL INTERCHANGE. I wasnt in the mood to say ASCII. Anyways, press Alt numpad7
Pokegod100 1 year ago
is doesnt work
alkalurobs 1 year ago
good thing mate
XBitnik 1 year ago
this is shit
supernaturalforces 1 year ago
This has been flagged as spam show
BPkyle777 1 year ago
ok i opened the file to test it and a window popped up dissapeared and nothing else happened wtf do i do?
djjamessss 1 year ago
here is the charactor ->>>> •
trickymanjon 1 year ago
alt+7 on the key pad= •
bettrthunu 1 year ago
if you want to do that• press alt and 7 in numlock numbers haha
MrR0FL 1 year ago
you can do this character • by holding ALT and pressing in the num lock numbers 7(alt 7)
MrR0FL 1 year ago
the black thing keeps shutting down!
alleykitten214 1 year ago
man he dasn't work noob
mezeman1 1 year ago
u can use alt + 7 for the dot ;)
Turokcito2 1 year ago
man it won't work!
jenders123 1 year ago
Random suggestion: Make notepad a bit bigger so that your commands don't go into the next line, cause that can cause a lot of unnecessary confusion.
I like your vids, keep up the awesome!
AnarchicDeadfall 1 year ago
•
Fredy7418 1 year ago
●●● i can do it
gamingtrot 1 year ago
●
gamingtrot 1 year ago
none of these work for me
Kevincat2 1 year ago
lol, its funnier when its on a friends comp and you have
shutdown -s -t 1 -c
at the end XD
ninja99900999 2 years ago
One question. What's with all the pinging??? I removed the ping operation and the program works fine (with and without it). BTW, I can't get the alarm to work. Using Vista operating system. When my CMD reaches the 'special character' it either displays a o with a wierd accent on it, or just a question mark. NO ALARM.
MiloticMaster 2 years ago
@MiloticMaster
try loosing the echo before the 'special character'
LinuXRappY 1 year ago
to get the char: open cmd and type:
copy con beep.txt
ctrl+g
ctrl+z
and in the file, place this:
type beep.txt
each time u type that it will beep.
Dark0Lord7 2 years ago
● wee i can do this character :)
anyway, it just shut downs, the black box... weird...
ThunderHacker 2 years ago
Thanks!
yvrakas 2 years ago
hey u dont need tht special character, just use a full stop, thats what i done and it works perfectley
i added an option to the start, it says welcome to countdown timer, type start to start the timer or type exit to exit it
if i type start, it starts the timer ( i followed ur instructions to construct the timer )
]so ya thx!
BOS6940 2 years ago
it isint working =(
djsteini 2 years ago 2
● You can get this off MS Word by going on insert symbol
DeanoXP 2 years ago 14
WUT! the black thing shuts down as soon as i double click it.. =(
missiles24 2 years ago 14
Here is the letter :
●
TheBigDolphin1 2 years ago
Crazy anomoly! Opening the file just completely disabled my pc's ability to open and save notepad!
yergitshnergit 2 years ago
good work
halosniper1001 2 years ago
your very smart!
piratesonline1 2 years ago
THANKS!!!
it works with no problem for me!
FlippyTheBoy 2 years ago
no they shouldn't, it's realy nul.
Dark0Lord7 2 years ago
why lol
Blueejaay789 2 years ago
can someone give me the code and sned in a message thanks!
kambo57 2 years ago
Dosnt work dude! you must have typed something wrong
0volt5t 2 years ago
Doesn't work...
TheGregsmith1 2 years ago
special character is alt+7
silverb0ws1 2 years ago
it counts down but it says there is a missing operator
hammer1234509876 2 years ago
also it will keep going down past "0" into the negatives.
also no alarm
hammer1234509876 2 years ago
•
bowserjunior53 2 years ago
This: •
MissingStrings 2 years ago
you cant go to start > run > type in charmap and find it and click on it and click copy then eather paste it like normal or press ctrl + V
tycoonmusicluver 2 years ago
hey its good but how can i make the timer with more time for example 2 minutes
ilshacker 2 years ago
dont work on xp
if u has for xp please make a tut of it
TheNasiPanas 2 years ago
kandimalz1 2 years ago
trying to make matrix code?
@echo off
color 02
:matrix virus
echo %random%%random%%random%
goto matrix virus
sparkytycoon 2 years ago
@echo off
:matrix virus
color 0a
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto matrix virus
would work better
LyricsForYouNow 2 years ago 2
same exact thing but what matrix is dark blue? or whatever 0a is? besides the more randoms there is the longer the text string is. there is no real difference. but yours is better because it fills most of the command. But i dont use batch. i use C# C++ and VB
sparkytycoon 2 years ago
lol that wont work you can only put 2 numbers or letters for the color
ubercharger9000 2 years ago
what would this do?
SilverbackGorillaman 2 years ago
777molotov777 2 years ago
don't work
samlakes 2 years ago
how can i set it on one hour
luckviewer777 2 years ago
moyerdaniel53 2 years ago 2
THANKS SO MUCH FOR THIS EXCELLENT SHIT
MasterLukeBroad 2 years ago 3
doesn't work on me...
teoalivanoglou 2 years ago
mine said timer was not recognize.
LordAlwinTHC 2 years ago 2
forgot ''title'' or ''echo'' in front of it then :P
Blueejaay789 2 years ago
I see, thanks
LordAlwinTHC 2 years ago
thare was no alarm
kcalhoun0 2 years ago 2
the code it Alt 7
guitarbeast96 2 years ago
DUDE. just type in TIMEOUT 20 or wht ever seconds. u dont need this fake crap. lol people goto my vid to see.
Tuckermar10 2 years ago
the TIMEOUT command only works on vista, get your facts right.
Goalatio 2 years ago
hey dump face. goto my youtube. theres a download link for the vista timeout commad. put tht in ur system32 and shut the hell up
Tuckermar10 2 years ago
Sorry, not even sure why I said that. It was 3 or 4am in the morning. :s
Goalatio 2 years ago
awesome kp it up man
COMPUTERTIME777 2 years ago
can you put the code in the description there are a few bugs in my code so please can i just copy and paste it
ubertytasticSTUDIOS 2 years ago
an alarm?
skate4pandas 2 years ago
•
H4675252 2 years ago
Thank you!
zafy2 2 years ago
all the numpads numbs in order:
☺☻♥♦♣♠•◘○
egormly 2 years ago
Rumpetroll95's alarm works good!
777molotov777 2 years ago
look at episode one to find the song name. its the same song in every video
LiveLongRockHard 2 years ago
•
987Ultimate 2 years ago
whats the song
arvinhhh 2 years ago
•
HaloHedgehog22 2 years ago
•
dHOWTODOSTUFFb 2 years ago 2
Whats the song name?
FreeHl2 2 years ago
it just flashed for a sec and it closed automaticaly :S
Laci20100 3 years ago
what happens when it reaches 0? u said there is an alarm but what is that?
gotigers49 3 years ago
ya a change in a song wouldnt mind :S
nakkimaisteri69 3 years ago
when i do it, it says timesup is and unreconised command ? help
NotaChanceBuddi 3 years ago
for that dot thing you hold alt and press 7 on the number pad alt+7=•
Mp47Ak5 3 years ago
good tutoriasls but PUT A DIFFERENT SONG!! geez!!!!
FlyingSausagePro 3 years ago
Ruyfee 3 years ago
Rumpetroll95 3 years ago 3
dude your timer works waaay better. U rox
kashyapamar14 2 years ago
i have a question.. what do i type to turn off their computer. when the timer reaches 0, the computer will turn off..
what do i type?? i'd appreciate the help. [yes im a noob, so dont go instulting me :) ]
sekonepr 3 years ago
ReaperZomg 3 years ago
To get the character just hold ALT, press 7 then let go of ALT!
EX: •
PCGamingProductions 3 years ago
•
boredshitlessprod 3 years ago
thanks mate
Z3AI0T 3 years ago
problem solved =]
boredshitlessprod 3 years ago
well i found it in character map
and the code is
alt 0149
it works in notepad dont worry
boredshitlessprod 3 years ago
that doesnt work try this
Go to start>all programs>accessories and select the "Character Map" program.
Find the character you are looking for, click on it, and then copy and paste!
boredshitlessprod 3 years ago
if u can find it in the character map good for u. but i looked in the character map for ages, just for my viewers and i tried like 10 diferent things.
Z3AI0T 3 years ago
i believe thie character is alt+8
boredshitlessprod 3 years ago
•
owenen1000 3 years ago
thanks
jjpsonic 3 years ago
Didn't work for me!
it says "timesup" did not exist as a commando!
HELP ME!!
THX
/sputtnikk11
sputtnikk11 3 years ago
make sure that you put
echo Times up!
not
Times up!
otherwise im not sure
Z3AI0T 3 years ago
the special thing isn;t on the description but ill find it but nice anyways
allllson 3 years ago
thats strange i couldve sworn i put it in the description o.o let me try to put it in this comment:
Z3AI0T 3 years ago
nope youtube wont let me sorry
Z3AI0T 3 years ago
whats the code? ALT what?
wildps2king 3 years ago
i dont know, i found the symbol at some website i will try and find the site i found it on for u guys
Z3AI0T 3 years ago
i think its alt 7
lowaer 3 years ago