View Single Post
Old 10-05-2008, 04:26 AM   #2
Megatron-UK
Connoisseur
Megatron-UK began at the beginning.
 
Posts: 76
Karma: 22
Join Date: Mar 2008
Location: uk
Device: Sony PRS505
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.
Megatron-UK is offline   Reply With Quote