Re: Batch Programing Help



sjw2805@xxxxxxxxxxx wrote:

Hello,
I am new to batch program and i need help to get started.


A batch program is really not any kind of program at all. It's simply a text
file that contains commands.

If you know how to write DOS-type commands, you know how to write a batch
file. Just put the commands in a file and give it a name with the extension
..bat.

The above is perhaps a very slight oversimplification, but as far as getting
started, that's really all you need to know.

--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup


.