|
Answer» Dear all, please let me know whether DOS scripting same as Batch file Scripting? Please reply SOON, and if possible with some useful links. take care bye Well I may be wrong but DOS is the command prompt. Batch files are scripts that the command prompt can run.DOS is an operating system. The cmd in 2000/XP/Vista is a command line interpreter also known as a shell. Besides from similarities in looks and syntax it has nothing to do with DOS.
batch processing is a generic term for an automated series of JOBS or program executions that can run without human intervention. This is usually accomplished by scripting. DOS supports scripting, so YES, DOS scripting and batch scripting (the correct term would actually be a batch job) is in that sense two different terms for the same THING.
|