How to open your exe file? I used all possible functions like getch() ; and system ("pause") .... Still it's not waitng screen | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

How to open your exe file? I used all possible functions like getch() ; and system ("pause") .... Still it's not waitng screen

20th May 2020, 12:18 PM
Amisha Jha
Amisha Jha - avatar
1 Réponse
0
#include <stdlib.h> #include <stdio.h> int main() { (void)system("C:WindowsSystem32notepad.exe"); return(0); }
20th May 2020, 12:24 PM
Tarun Kumar
Tarun Kumar - avatar