October 29, 2008

Difference between batchfiles and windows scripts


BatchFiles are scripts tooooooo. They let u script a series of tasks, run programs, etc.
1.The major limitation is that they only let us startup programs and dont provide a way to interact with objects.They work at the level of whole programs and files.
2.Scripting is a more and modern approach for windows automation.
3.Scripting languages have the advantages of using control stuctures like loops and decision structures, which the batch script lacks.

0 comments: