Re: how to properly pass literal strings python code to be executed using python -c

2011-03-01 Thread jmoons
On Feb 28, 3:14 pm, Steven D'Aprano wrote: > On Mon, 28 Feb 2011 10:59:01 -0800, jmoons wrote: > > I need some help figuring out how to execute this python code from > > python -c > > I am have trouble formatting python so that it will execute for another > > app

how to properly pass literal strings python code to be executed using python -c

2011-02-28 Thread jmoons
I need some help figuring out how to execute this python code from python -c I am have trouble formatting python so that it will execute for another app in cmd I understand there maybe other ways to do what I am doing but I am limited by the final execution using cmd python -c so please keep this i