In linux, I know with \'ps\' you can get the arguments that a command was run with.I need the equivalent in windows
I am looking for a way to extract an icon from a .exe file using Python. I know that you can use win32gui\'s ExtractIconEx function to grab the icon of a .exe but this returns a HIcon resource handle