MS DOS batch file ebook.

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
alienxxx
Posts: 5
Joined: 22 Nov 2012 12:45

MS DOS batch file ebook.

#1 Post by alienxxx » 24 Dec 2012 04:59

Hi.
Can anyone please provide ebook for batch file program?
moderate to advanced level programming ebook will be appreciated.
Thanks.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: MS DOS batch file ebook.

#2 Post by foxidrive » 24 Dec 2012 08:18

A FAQ collection of NT/2000/XP batch file tricks and tips
http://www.netikka.net/tsneti/pc/link/tscmd.zip

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: MS DOS batch file ebook.

#3 Post by Ed Dyreen » 24 Dec 2012 13:58

'
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

alienxxx
Posts: 5
Joined: 22 Nov 2012 12:45

Re: MS DOS batch file ebook.

#4 Post by alienxxx » 26 Dec 2012 04:22

Well thanks Ed.

carlos
Expert
Posts: 503
Joined: 20 Aug 2010 13:57
Location: Chile
Contact:

Re: MS DOS batch file ebook.

#5 Post by carlos » 29 Dec 2013 06:20


AiroNG
Posts: 46
Joined: 17 Nov 2013 15:00
Location: Germany

Re: MS DOS batch file ebook.

#6 Post by AiroNG » 29 Dec 2013 08:13

I learned DOS from http://www.antonis.de/ (it's in german)
and from http://www.robvanderwoude.com/batchstart.php (in english).

Post Reply