Aug-24-2021, 07:40 PM
I am a knowledgeable Python programmer. I want to convert my Wiindows .bat files to Pythin scripts. Is there any Python library which implements the major win32 console commands in Python ?
| Python library for win32 console commands |
| Aug-24-2021, 07:40 PM I am a knowledgeable Python programmer. I want to convert my Wiindows .bat files to Pythin scripts. Is there any Python library which implements the major win32 console commands in Python ? Aug-24-2021, 08:08 PM Did you see this one https://pypi.org/project/pywin32/ Aug-24-2021, 10:26 PM Within pywin32 there is no support for a direct translation of win32 console commands into Python that I can see. Aug-24-2021, 10:28 PM Can you give an example of what you're looking for? I don't know of anything that will auto-translate a batch script, but you can probably convert it manually. |
| |