Archived from groups: microsoft.public.windowsxp.basics (More info?)
I would like to learn how to create a batch file. How would I go about
doing this? Is there a specific site dedicated to batch files? I know that
there isn't a book as it is not that complex, or is it?
Archived from groups: microsoft.public.windowsxp.basics (More info?)
"Nocturnal" <anonymous@discussions.microsoft.com> wrote in message
news:%23lrp0NkLFHA.700@TK2MSFTNGP10.phx.gbl...
>I would like to learn how to create a batch file. How would I go about
>doing this? Is there a specific site dedicated to batch files? I know
>that there isn't a book as it is not that complex, or is it?
>
Archived from groups: microsoft.public.windowsxp.basics (More info?)
In news:%23lrp0NkLFHA.700@TK2MSFTNGP10.phx.gbl,
Nocturnal <anonymous@discussions.microsoft.com> typed:
> I would like to learn how to create a batch file. How would I
> go
> about doing this? Is there a specific site dedicated to batch
> files?
> I know that there isn't a book as it is not that complex, or is
> it?
A batch file is a text file that has the extension .bat. It
contains DOS commands. Other than that it's a file that executes
those batch commands when you run it, there's really nothing
special about a batch file. All you probably need to learn is how
to use DOS commands, and there are many references for that: on
the internet (do a google search) as well as in books.
--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup
Archived from groups: microsoft.public.windowsxp.basics (More info?)
Actually a *.bat file will run on NT OS's to be backward compatible, but
*.cmd files are what is designed to be used on NT OS's, although now *.js
and *.vbs files are just as common, as batch/scripting have become a blur,
one can do the other, the other can do one.
--
Star Fleet Admiral Q @ your service!
"Google is your Friend!"
www.google.com
***********************************************
"Ken Blake" <kblake@this.is.an.invalid.domain> wrote in message
newst#dzgkLFHA.2136@TK2MSFTNGP14.phx.gbl...
> In news:%23lrp0NkLFHA.700@TK2MSFTNGP10.phx.gbl,
> Nocturnal <anonymous@discussions.microsoft.com> typed:
>
> > I would like to learn how to create a batch file. How would I
> > go
> > about doing this? Is there a specific site dedicated to batch
> > files?
> > I know that there isn't a book as it is not that complex, or is
> > it?
>
>
> A batch file is a text file that has the extension .bat. It
> contains DOS commands. Other than that it's a file that executes
> those batch commands when you run it, there's really nothing
> special about a batch file. All you probably need to learn is how
> to use DOS commands, and there are many references for that: on
> the internet (do a google search) as well as in books.
>
>
> --
> Ken Blake - Microsoft MVP Windows: Shell/User
> Please reply to the newsgroup
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.