Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Using the os execvp(path, args) to execute the application update exe with a command-line parameter of -verbose

os.execvp("update.exe", ["-verbose"])