[python-win32] Exit Status of Microsoft Patches

2005-03-27 Thread Atul Kamat
Hi! I tried installing a microsoft security patch for XP using os.system method on windows 2000 professional. The installtion failed because of incompatibility, but it still returned an exit code of ' 0 '.I also tried using os.popen2,3,4 methods but didnt work.Any Inputson how i can get the correc

[python-win32] Exit Status of Microsoft Patches

2005-03-25 Thread Atul Kamat
Hi! I tried installing a microsoft security patch for XP using os.system method on windows 2000 professional. The installtion failed because of incompatibility, but it still returned an exit code of ' 0 '.I also tried using os.popen2,3,4 methods but didnt work.Any Inputson how i can get the correc

[python-win32] NT filepermissions

2005-01-24 Thread Atul Kamat
`s permissions have been set.I`ve written a permissions handler module for unix based operating systems using chmod(),chown() and stat() .I`m using win32file() win32security() and ntsecuritycon() for the permissions handler on windows. Thanks and Regards Atul Kamat Network Security Developer