shetlandbob
Programmer
I have the following command:
Code:
WinExec ( "notePad.exe", SW_SHOW );
Which will launch notepad as expected, can I get it to launch notepad with a file already loaded into notepad? (Note this will be "data.dat", where dat files are not necessarily loaded automatically with Notepad?
Thanks