In the simplest case, you can use notepad and just enter a sequence of
CLI commands as if you would in a CLI. The only requirement, however, is
that the file must have an extension of bat (for batch). In fact,
you can do the following right now:
dir c:\ dir "c:\Program Files" pause
Although this batch file does not do anything useful, it is a good illustration of how easy it is to write a ``program'' using CLI commands.
Copyright © 2005-12-10 by Tak Auyeung