DOS shell or command line support?

I need to run a dos program from within Unity 3 pro . Is this possible? If so, how? (searched the forum and the doc but didn’t find anything)

Thanks!

System.Diagnostics.Process is what you’re looking for.

There is also this helper class on the wiki.

http://www.unifycommunity.com/wiki/index.php?title=Shell

1 Like

Thank you VERY VERY much!!!

Thanks, this was really helpful.