I'm using this code to start the batch file but
import os
os.startfile("C:\Documents and Settings\Zha\Desktop\Strings\strings.exe ")
the strings.exe running a batch command when you open it from cmd, like this:
strings -q "C:\Documents and Settings\Zha\Desktop\folder\*"
and I need to run it from python. Possible way to solve this?