[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

running python programs from StrongED



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