Possible Duplicate:
Command Line Arguments In Python
Example:
itp.threads[0].memload(r"c:\FistForSOCAD_PASS.bin","0x108000P")
itp.threads[0].cv.cip = "0x108000"
itp.go()
itp.halt()
I would like to make above example as a python script and "FistForSOCAD_PASS.bin" can be replaced by an argument. Because it is only the variable thing.
Example command to run the script will be like:
python itp.py FistForSOCAD_PASS.bin