Pages: 1
Topic closed
do you want lessons on how to do batch?
well look no furher a multiple part lesson ensuring great sucess in programming!
file types are batches....
~~~~current parts~~~~~
part one
http://www.mediafire.com/?w7eh8h8js7wweal
dont forget to reply!
OOOOOOOOOOOOOOOO
O FUN FACT O
O O
O that this was made O
O with MS DOS O
OOOOOOOOOOOOOOOO
Last edited by stickdude123 (2012-03-17 12:25:26)
Offline
Maybe you should tell people what it is. is it a batch file, a text file, a .doc? also, that's your internal IP.
Offline
when gf clicked repeat until <(timer) > [10]> go to [bumpity] end think [BUMP!] for (BuMp.) secs
Offline
Batch isn't a programming language.
Sorry to burst your bubble, but it doesn't have loops and is missing many functions which make a programming language a programming language.
Last edited by Dinoclor (2012-03-18 20:43:27)
Offline
Dinoclor wrote:
Batch isn't a programming language.
Sorry to burst your bubble, but it doesn't have loops and is missing many functions which make a programming language a programming language.
I beg to differ. There are loops, such as:
@echo off
:A
echo Hello World
GOTO A
The lines of code above will loop the text "Hello World" on your prompt. Batch can be used as a programming language, as I've seen text Slot Machines, text based game, and a lot more with batch. All it takes is some creativity.
Offline
This is pretty good for a novice, but a few things you need to work on:
1: You can make a delay for the animation with "echo 0.0.0.0 -n <number here> -NUL
2: Command.com is 16-bit, and there for won't run on 64-bit Windows (which most people have nowdays). It should run cmd.exe instead.
3: The batch file isn't running out of the C:\Windows directory, which means that you can't just type "command.com" or "cmd.exe" to start either. You need to do "cd C:\Windows" first, then start command.com or CMD.
Offline
Topic closed
Pages: 1