To run python scripts you will need to open a command prompt (start -> run -> cmd.exe)
and type "python script.py" , where script.py is the script you want to run.
Change to the directory where your script is stored (say, C:\Scripts).
cd c:\scripts
python script.py
The script will run, and if it takes any additional parameters, will usually prompt your for them.
Last edited by Megatron-UK; 10-05-2008 at 04:30 AM.
|