Win XP, Python 2.5.1 I'd like to know how to create an alias to run a script. I've tried alias tri 'run e:\\PythonWork\\Turtle\\randomTriangles.py' But In [162]: tri 'run' is not recognized as an internal or external command, operable program or batch file. Is there a way? Thanks, Dick Moores