Question:
BATCH FILE (.bat) QUESTION (ping).?
Josif
2008-02-26 15:18:09 UTC
I am having a problem with my batch file. I wrote it so it looks like its animated
ex:
echo 1
ping localhost -n 2 >nul
cls
ex:
echo 12
ping localhost -n 2 >nul
cls
ex:
echo 123
ping localhost -n 2 >nul
cls
ex:
echo 1234
ping localhost -n 2 >nul
cls
and so on.
It just goes realy fast on my computer. I tried in school and it works just fine.
(its supposed to look animated)
Three answers:
Max
2008-02-26 15:22:33 UTC
your school computer is very slow, that's why it look animated.



your home computer is much faster, that's why it does not look animated.
Cryptosopher
2008-02-26 15:48:10 UTC
Learn about "Quick Basic" as well. It was the first microsoft "visual basic". It's on MS-DOS and allows you to write "Batch" like programs. I have several lesson plans and multiple examples of how to write a .Bas file.

It's really cool! But that's my geek side talking. lol



*The only thing better than language is translation*

I think I've put it on the internet (Quick Basic). uhhh, I dunno, but if your interested in learning a forgotten language, email me. lol I'll hook u up.
anonymous
2008-02-26 15:23:29 UTC
what does it do? i just ran it and it seems worthless


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...