A Computer Game - A Homemade Game In Command Prompt
Loading...
1,602
Loading...
Uploader Comments (evilbunny495)
see all
All Comments (21)
-
that's scary shit so i ain't gonna try it >.>
-
@evilbunny495 Lol! xD
I got it fixed x)
But I am not that computer genious!
But still, awesome pranks ;D
Problem was, I WAS AT SCHOOL O.O
-
@catchablecloud It means pause for one second.
PING 1.1.1.1 -n 1 -w 100 >NUL would mean pause for a tenth of a second and PING 1.1.1.1 -n 1 -w 10 >NUL a tenth of that.
Its really useful for delaying something without the user having to do anything to continue - it does it automatically.
PING 1.1.1.1 -n 1 -w 5000 >NUL = 5seconds
PING 1.1.1.1 -n 1 -w 10 >NUL = 1 millisecond
-
@catchablecloud Pause for one second
-
im making a game simmilar to this so please tell me what this line of code means
PING 1.1.1.1 -n 1 -w 1000 >NUL
Loading...
@Exhenzarr Niiiice :D hahaha lol ;)
evilbunny495 1 week ago
Okay, now my laptop is curzed, how to fix?!
Exhenzarr 2 weeks ago
@Exhenzarr like a boss <3
evilbunny495 1 week ago
Howd you get the messages to come up timed like you did? like it would say
[Message]
5sec...
[Other Message]
mmdawg2 1 month ago
@mmdawg2 PING 1.1.1.1 -n 1 -w 1000 >NUL
its a command that causes the program for one second.
PING 1.1.1.1 -n 1 -w 1000 >NUL = 1 second
PING 1.1.1.1 -n 1 -w 5000 >NUL = 5 seconds
PING 1.1.1.1 -n 1 -w 100 >NUL = 1/10th of a second
you get the picture :)
evilbunny495 2 weeks ago
@evilbunny495 * causes the program to pause for one second*
evilbunny495 2 weeks ago