Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old April 29th, 2008, 07:00 AM
mohangbits mohangbits is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 4 mohangbits User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 40 sec
Reputation Power: 0
Exclamation Os.system() | Help Me

Hi

I want to run a Batch file using os.system in Python.

for ex: some installation batch file is there .. say install.bat

I can call these function using os.system('install.bat')

Now install.bat requires parameters.. say some source and destination ... that we can give using ... %s

input 1 = source
input2 = destination
ex :

os.system('c:/install.bat %s,%s'%(input1,input2))

This perfectly executes install.bat

Now the problem is it wants inputs from the user... after starting the command...
like [Yes(Y)/No(N)/All(A)]

How can we give these inputs ?
Note : I want to give the inputs like (y,n,a) after starting the execution of install.bat

Please help me how to do this !

Iam badly in need of this...
Help me ....

Waiting for ur suggestions......

Reply With Quote
  #2  
Old April 30th, 2008, 08:22 PM
Scorpions4ever's Avatar
Scorpions4ever Scorpions4ever is offline
Banned ;)
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Nov 2001
Location: Glendale, Los Angeles County, California, USA
Posts: 7,336 Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level)Scorpions4ever User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 4 Weeks 12 h 46 m 43 sec
Reputation Power: 674
You could try writing a list of the input responses to a separate file (say) commands.txt.

Then prepare your string like this:
Code:
os.system('c:/install.bat %s,%s < %s'%(input1,input2, 'command.txt'))


The < tells it to read input from commands.txt instead of the command line. So whenever it needs to read some input, it will get it from commands.txt.
__________________
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne

Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month

Reply With Quote
  #3  
Old May 2nd, 2008, 02:38 AM
mohangbits mohangbits is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 4 mohangbits User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 40 sec
Reputation Power: 0
Arrow

Please check the url given below.

hxxp://i229.photobucket.com/albums/ee259/mohangbits/Picture1.jpg

replace hxxp with http

At 1 . the normal os.system() command starts
At 2 and 3. the inputs we have to enter

I tried with < %s ... its showing the same error..

Reply With Quote
  #4  
Old May 2nd, 2008, 04:27 AM
mohangbits mohangbits is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 4 mohangbits User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 40 sec
Reputation Power: 0
Cool

Hey Its working man !!
Thanks a lot

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Os.system() | Help Me


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway