Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with subprocess.Popen()
- From: ashwin.murali at gmail.com (The Cruisemaniac)
- Subject: Problem with subprocess.Popen()
- Date: Wed, 01 Aug 2007 09:03:59 -0000
Hi all, I'm trying to run a windows batch file from a python script using subprocess.popen(). The issue that I'm facing is that, if i give the batch file as parameter to the popen function, the script runs, but if i provide a parameter, it is not working. Can someone help me with the command. The actual windows command to be executed is: test.bat -t ABC_DE_FG_HI_001 "C:\ABCDEFGHIJKLMNOP.TXT" What is the actual parameter required for subprocess.Popen(parameter chain) in this case?? Kindly help me out... Regards and Thanks in advance... Ashwin Murali.
- Follow-Ups:
- Problem with subprocess.Popen()
- From: O.R.Senthil Kumaran
- Problem with subprocess.Popen()
- Prev by Date: standalone process to interact with the web
- Next by Date: Reload after an exception, not possible ?
- Previous by thread: standalone process to interact with the web
- Next by thread: Problem with subprocess.Popen()
- Index(es):