scripting - Good alternative to Windows batch scripts? -


what alternatives windows batch scripts? have number of them , "clunky" work with. our group familiar java groovy option?

a lot of our scripts used prep dev databases involve lot of cd mydir, hg fetch, sqlplus ..., etc..

if interested in developing scripts windows technology developed windows, powershell, sensible choice.

while groovy allow achieve goal don't think there particular advantage offer.

saying that, have consider familiarity factor , learning curve. developers have experience java , groovy in case running ant tasks via groovy dsl can prove easier learning powershell.

regardless, consider developing scripts using tdd approach. groovy offers plenty of frameworks (try spock example) while there ways achieve for powershell.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -