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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Resposta
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