I would like to be able to run python programs from StrongED by clicking the Run icon in a similar way to running BASIC and Obey files. At the moment to run a Python program I use the following obey: dir <obey$dir> python3 pgm 1>a 2>b I can see how StrongED might invoke : python3 pgm but not how to pass the other parameters. John -- John Rickman