Hello everyone,
How can i execute(open) a text file in a notepad or an xls file witih MS excel, or any file whatsoever using its default program??
on windows you could use:
system("my_text_file.txt");
system("my_excel_file.xls");
etc...
Last edited on