PDA

Click to See Complete Forum and Search --> : Batch files...


Sacofjoea
Apr 24th, 2001, 12:08 AM
What language exactly are Windows Batch files written in? And are there any good pages or tutorials for this... ??

Thanks,
- Andre:o

tumblingdown
Apr 24th, 2001, 01:21 AM
Windows batch files are just a series of commands, that you would normally type at the command prompt.



td.

Tygur
Apr 24th, 2001, 02:11 AM
That's about right, but they do go a little deeper than that. You can have goto commands and limited if statements, too.

And with some neat features I found in the set command on windows 2000, you can even do some math. (I don't know if it's the same way on other versions of windows)

Active
Apr 24th, 2001, 09:02 AM
see

http://home7.inet.tele.dk/batfiles/intro/contents.htm