Okay, this may sound silly but I haven't done a console app in over two years. I have two quick questions:
- 1 For a console app, does .NET need to be installed on a PC to run the app executable?
- 2 What is the line code to launch an external program? I already have the drive and path variables set, but I don't remember how to have the app launch another program.
If the answer to #1 above is yes, is there a CS2CPP conversion I can do? I'm using VS2010.
Thanks,
Hendo