Re: Launching command on windows

2007-09-27 Thread kyosohma
On Sep 27, 10:46 am, Alexandre Badez <[EMAIL PROTECTED]> wrote: > On Sep 27, 4:20 pm, [EMAIL PROTECTED] wrote: > > > > > I got it to work using subprocess.Popen > > > Not sure why it doesn't work with os.system though. > > > Mike > > Thanks Mike and Mauro, > > Mauro, your solution do not seems to w

Re: Launching command on windows

2007-09-27 Thread Alexandre Badez
On Sep 27, 4:20 pm, [EMAIL PROTECTED] wrote: > > I got it to work using subprocess.Popen > > Not sure why it doesn't work with os.system though. > > Mike Thanks Mike and Mauro, Mauro, your solution do not seems to work (or I made a mistake..) Mike your solution work great, thanks. But, I steel th

Re: Launching command on windows

2007-09-27 Thread kyosohma
On Sep 27, 8:17 am, Alexandre Badez <[EMAIL PROTECTED]> wrote: > Hy, > > I'm working on windows and I try to do something like: > > import os > APP = os.path.abspath("C:\\Program Files\\Notepad++\\notepad++.exe") > FILE1 = os.path.abspath("D:\\Documents and settings\\test1.py") > FILE2 = os.path.ab

Re: Launching command on windows

2007-09-27 Thread mauro
On 27 Set, 15:17, Alexandre Badez <[EMAIL PROTECTED]> wrote: > Hy, > > I'm working on windows and I try to do something like: > > import os > APP = os.path.abspath("C:\\Program Files\\Notepad++\\notepad++.exe") > FILE1 = os.path.abspath("D:\\Documents and settings\\test1.py") > FILE2 = os.path.absp