1.

Solve : What are batch?

Answer»

I was readin and brushing up on batch files and i was WONDERING what is the difference between a batch and a program i mean they both do the same and work the same ways basicly.Can any one GIVE me a little insite on thisYes, programming is programming....but there are lots of things which cannot be done in batch scripting such as complex mathematical calculations.

See here

Good luck...Basically you're asking what the difference is between a scripting language and a Programming language.
In very general and oversimplified TERMS you can say that scripting languages can control the behavior of one or more programs while the programs themselves are CREATED with a programming language.
In case of Batch, it is a very SIMPLE scripting language which main purpose is to execute program files in a specified order. So it doesn't work in or do remotely the same way as programs.



Discussion

No Comment Found