festivalfor.blogg.se

Windows batch file comment
Windows batch file comment




windows batch file comment

The Windows PowerShell is definitely sweet, but, I still like batch files for their portability and low friction. This series will share some conventions I picked up along the way for scripting in Windows via command prompt batch files. Windows is a fact of life for most professionals writing code for coporate customers this series aims to make life with Windows a little easier. I’ll be the first to admit the Unix shells of the world are far superior to the Windows command prompt (or even Windows PowerShell). This series will share some of the tips and tricks I’ve picked up through the years of working with Windows professionally. Nevertheless, it’s a skill that becomes invaluable as you gain seniority and start doing more DevOps in you day job, or if you want to do some high-speed, low drag stuff to tailor your development environment like this. True, shell scripting feel a bit “vocational”, maybe even a bit unsexy compared to Python/Ruby/LISP/blah/blah/blah. Perhaps the growing dominance of Java as the lingua franca of academic comp sci courses has made shell scripting less relevant in university settings. Maybe new developers feel it’s “not real programming”. Sadly, I feel like it’s a developer skill on the decline.

windows batch file comment

And it feels like art, where one can learn to do increasingly complex tasks with greater simplicity. I love shell scripting – it’s the duct tape of programming to me.






Windows batch file comment