Page 1 of 1

MS DOS batch file ebook.

Posted: 24 Dec 2012 04:59
by alienxxx
Hi.
Can anyone please provide ebook for batch file program?
moderate to advanced level programming ebook will be appreciated.
Thanks.

Re: MS DOS batch file ebook.

Posted: 24 Dec 2012 08:18
by foxidrive
A FAQ collection of NT/2000/XP batch file tricks and tips
http://www.netikka.net/tsneti/pc/link/tscmd.zip

Re: MS DOS batch file ebook.

Posted: 24 Dec 2012 13:58
by Ed Dyreen
'
Hi alienxxx,

I've searched the web for years for advanced batch techniques and tricks without much succes.
I learned most by following forums. Most sites try to keep it simple.
I do plan to host a site which trying to explain advanced batch techniques and tricks.

Batch is slow and doesn't handle unicode yet Microsoft refuses to update their native scripting language.
Whether this is to stay compatible with older software or to favor their other products is not sure.

Once I build a lib for batch but it is slow, doesn't handle unicode and has many internationalization issues.
I am currently writing a lib for vbs, once that is done I think about exporting some functionality to my batch lib to support where batch can't cope. These will then be accessible through batch but in a way it's cheating as it's not all batch.

I think your best shot is to stick around and keep asking the right questions, the expertise is at your fingertips !

Kind regards,
ed

Re: MS DOS batch file ebook.

Posted: 26 Dec 2012 04:22
by alienxxx
Well thanks Ed.

Re: MS DOS batch file ebook.

Posted: 29 Dec 2013 06:20
by carlos

Re: MS DOS batch file ebook.

Posted: 29 Dec 2013 08:13
by AiroNG
I learned DOS from http://www.antonis.de/ (it's in german)
and from http://www.robvanderwoude.com/batchstart.php (in english).