1

Would like a visual environment for creating admin scripts to manage tasks.

0

3 Answers 3

1

If you're running Windows, you might try Windows PowerShell. It comes with an integrated scripting environment similar to IDEs like Visual Studio.

Sign up to request clarification or add additional context in comments.

Comments

0

What are you looking for when you say "visual environment" and "visual programming language"? Are you looking for an IDE? What parts of the IDE are important to you? It's hard to give you an answer without understanding what you're looking for.

Comments

0

Since you have asked this on a programmers site, I'm assuming that its programming related admin tasks. Have a look at http://www.nantbuilder.com which provides a good editor for writing nant (htp://nant.sourceforge.net) scripts which in turn is a good language for automating builds...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.