Search Results

0
votes

which language you use for “throw away” programs?

My throw-away are typically to format data or move files around. For this a good flexable batch file will run on any Win-xxxx based machine. For a quick reformat GAWK and SSED work …
0
votes

What tools and languages are available for windows shell scripting?

Scripting is a blast. Personally I like to write some evil little batch files. You can find a command line program to do just about anything. I prefer Batch files mostly because they are …