Is it possible to execute batch files using a GUI created from VS?

I have an already made program, but at the moment, it only uses the command prompt. I want to create a GUI for it so I can toggle some features on and off. Is it possible to use Visual Studios to create a GUI and then execute the batch file?

Or to put it in simple terms, what are some good programs to use for an already existing batch file?

I can’t think why you couldn’t do that. It’s a long time since I had a copy of VS open though.

Yes, you can do that. You will want to look into the ProcessInfo class or the Thread class. Both of those should lead you to a way of calling your batch program.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.