do you have python installed?
edit your .bat file to be:
post content modified on Amazon's request
So, when the bat file runs it will put your pid number into the text file.
But, make sure that you have python installed (ie. c:\python25) and that the python directory is part of your environment path (right click on My computer, choose properties, click on advanced tab, click on the environment variables button. In the box for system variables, find the "path" entry...click it and click edit and make sure the directory where you have python installed is listed as part of the path).
If python is not installed or in the path, your .py file will not be able to run.
|