Hi,
 
I am running a python script that will change the attribute of a directory and 
its subdiretory by command:
 
os.system("chmod -R 7777 .")
 
or 
 
os.system("attrib -R * /S")
 
Both commands chmod and attrib run quite fast in dos command shell. However, 
inside python, they are very slow and I have to kill them by Control-C. I do 
not know why?
 
Can anyone help me to figure it out? 
 
Thanks
 
Frank
_________________________________________________________________
Hotmailがお届けする、幸せになるためのメールマガジン「ビジネス幸福論」実施中
http://go.windowslive.jp/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to