Oct 3, 2008 at 8:14pm UTC
Hello,
I want to do a program that gets from the user a location of a file,
and the program executes the file (or if its a text file for example , the program opens it)
which class should I use?
thanks for the helpers.
Oct 4, 2008 at 12:15pm UTC
Humm
OS?
I think OS means Open Source :S
what do you mean by "thats OS" ...?
Oct 4, 2008 at 2:13pm UTC
Bah , right
stupid me.
so you say I should open this topic on Windows or Linux programming forum..?
Oct 6, 2008 at 5:07pm UTC
He's asking on what OS do you want the program to run.
As far as i know in windows - you need to use system() or CreateProcess(). The latter is more preferable.
Last edited on Oct 6, 2008 at 5:09pm UTC