Introduction - If you have any usage issues, please Google them yourself
In the C language for DOS, there is a system () function, and its function is to implement command-line program, in VB also shell () function in Windows programming WinAPI also provides us with a similar function, they are WinExec () and ShellExecute (), following on to discuss the usage of these two functions.