Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Writing a GUI front end to a windows command line.

I need to write a front end to a windows CLI batch file which automates a windows app.

In the past I would have written something in VB6, but I don't have any experience of VB.Net.

What would the forum members suggest would be the best tool to write something.

Would it be possible to write some HTML/Javascript/PHP? Is there another tool which would be suitable? Python for example?

Thanks

Barry

2 Answers

I'd suggest you use PowerShell, since it's installed by default on starting with Windows 7 and Windows Server 2008 R2. As PowerShell is based on the .Net framework it has access to it's graphics capabilities.

further reading


If it's not a problem to have to install Ruby on every Windows computer you can use Shoes.

Thanks James,

That had been my first thought and I've been reading some Ed Wilson (WindowsScriptingGuy) articles.

Your links look very useful.

Thanks again

Barry