Looks like I'm not getting my parameters to my batch file correctly.
I'm using os.system like this:
os.system('bootmanager.bat %s' %"BOOTMANAGER ALL")where 'BOOTMANAGER ALL' is what I type at the command prompt arguments. That must not be right? -- http://mail.python.org/mailman/listinfo/python-list
