Using system to open programs and folders
Hi!
Which programs can I open with system, except notepad?
Example: system("notepad");
And give me please examples how to open folders(in documents), and open other programs in c disk
Thank you
You can open anything excecutable in the current directory or in a directory that is pointed to by the PATH environment variable.
In windows this includes files with the exe, bat or cmd extensions.
Topic archived. No new replies allowed.