What programming languages similar but a bit more powerful than command prompt aka ms-dos? - ms more condition_symptoms
I like the program packages and the use of MS-DOS and want to make a small step.
What programming languages similar but a bit more powerful than command prompt aka ms-dos? - ms more condition_symptoms
I like the program packages and the use of MS-DOS and want to make a small step.
1 comment:
Perl.
Cygwin install on your PC:
http://www.cygwin.com/
Get a book on Perl, or you find a good reference of Perl tutorials and online (I'm sure there are many).
Perl is a powerful scripting language, useful for many applications. It pays to learn the time.
EDIT: Monday is correct. If you do not go as far as installing Linux, you can also write scripts for Cygwin. Bourne shell (sh), C shell (csh), Korn shell (ksh), Bourne Again Shell (bash) ... to play a lot of good things. Find a good book is "Unix shells by example" by Ellie Quigley.
Post a Comment