805 pts.
 Batch File Books
Hi All, I am looking for a book on Batch Files for beginners, It is an area I don't have much experience in but would like to start learning. All suggestions are appreciated Thanks, Shane.

Software/Hardware used:
Windows
ASKED: September 26, 2010  9:06 PM
UPDATED: September 29, 2010  2:09 PM

Answer Wiki:
If you can find a copy: "Windows NT Shell Scripting" by Tim Hill. While some commands options have changed in Windows XP and newer, all the concepts are the same. From Microsoft Press: "Administrator's Pocket Consultant: Microsoft Windows Command-Line" which covers Windows XP versions of the commands and some VBScript. An item to review is WMIC which is a command line tool to the WMI interface. A couple of web sites: <a href="http://www.umachandar.com/technical/CMDScripts/Main.htm">CMD Scripts</a> <a href="http://commandwindows.com/command1.htm">Introduction to the Command Prompt</a>
Last Wiki Answer Submitted:  September 28, 2010  5:53 pm  by  shanekearney   805 pts.
All Answer Wiki Contributors:  shanekearney   805 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The books I used to learn batch file programming, many, many years ago are out of print now.

There are sites that still support batch files for DOS. Google it and you will see.

 4,625 pts.

 

Thanks for the recommendations I have just bought the 2 of those book on Amazon

Thanks

Shane

 805 pts.

 

I would also recommend taking a look at Windows PowerShell if you haven’t.

VBScript is also a good thing to learn. Many tasks can be accomplished easier with VBScript than with a bat script.

 63,535 pts.