Tutorial source to write .bat scripts?

  • Thread starter Thread starter Vanessa Berger
  • Start date Start date
V

Vanessa Berger

Hi,
Does anyone know about any good online source to learn how to program .bat
scripts? or how to write simple programs for command prompt?

Vanessa
 
Vanessa said:
Hi,
Does anyone know about any good online source to learn how to program .bat
scripts? or how to write simple programs for command prompt?
Hi

Windows Scripting and Batch Programming Resources:
http://www.labmice.net/scripting/default.htm

Steve Hardy's web site
http://www.seanet.com/~shardy/ntscript.html

Batfiles. The DOS batch file programming handbook & tutorial:
main site: http://home7.inet.tele.dk/batfiles/
mirror: http://members.fortunecity.com/batfiles/
mirror: http://www.angelfire.com/blues/batfiles/


JSI FAQ, Windows NT / 2000 / XP Tips, Tricks, Registry Hacks and more...
http://www.jsiinc.com


Batfile links:
http://home7.inet.tele.dk/batfiles/main/links.htm
http://www.uwasa.fi/~ts/http/http2.html#batch
http://dmoz.org/Computers/Software/Operating_Systems/x86/DOS/Programming/Languages/Batch/


A newsgroup search is also an incredible source of information :-)

You can use http://groups.google.com/advanced_group_search to search
in a news database having articles dated back to all the way to 1981.

Batch programming and command line newsgroups ideal for newsgroup
searches:

alt.msdos.batch
alt.msdos.batch.nt
microsoft.public.win2000.cmdprompt.admin
 
Another good source is MS Press' new book Microsoft® Windows® Command-Line
Administrator's Pocket Consultant isbn:0-7356-2038-5

http://www.microsoft.com/MSPress/books/6787.asp

It has some nice real world examples and tutorials as well as a well written
command line essentials section.

It runs about $30.00 and is usually available at your local bookstore as
well as online.

-ken-
 
Back
Top