What language exactly are Windows Batch files written in? And are there any good pages or tutorials for this... ??
Thanks,
- Andre:o
Printable View
What language exactly are Windows Batch files written in? And are there any good pages or tutorials for this... ??
Thanks,
- Andre:o
Windows batch files are just a series of commands, that you would normally type at the command prompt.
td.
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)