How to make an os.system call, without the pop up of the dos-box???

Peter Arwanitis arwanitis at iabg.de
Fri Aug 4 12:59:06 EDT 2000


Hi there,

I try to call some system-calls under a windows-environment, but I'm not
able to make this in "invisible" mode...

there are calls like:
os.system(r'rmdir /S /Q C:\arwa\dev\') #clear dir-structure recursive

or

os.system(r'copy ..\AccessDB_ORIG\OrigPTC.mdb
..\AccessDB_ORIG\PTC-000526.mdb')

stuff like that :)

any hints?

thanks a lot
(=PA=)






More information about the Python-list mailing list