Click to See Complete Forum and Search --> : How to start an editor?


arve
May 4th, 1999, 09:15 AM
What is the best way to start another editor with a given file?
Is 'system("notepad myfile.txt");' ok in a win32 application?

ilgar
May 11th, 1999, 12:52 AM
Use ShellExecute function

Thanks,
Ilgar Mashayev