os.execv() documentation woes...any help?

Oleg Broytmann phd at phd.russ.ru
Tue Oct 26 13:39:26 EDT 1999


On Tue, 26 Oct 1999, Gabe Newcomb wrote:
> I'm trying to find decent documentation on the execv() function in the os
> module. The online Python module help for this function is minimal:
> 
> execv (path, args) 

   This is a unixism! :) To use it run, e.g.:

execv ("c:\\bin\\myapp.exe", ["c:\\bin\\myapp.exe", "-f", "d:\\data\\file.txt"]) 

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.






More information about the Python-list mailing list