84f6686 Construct the command line in a separate function

Authored and Committed by omajid 10 years ago
    Construct the command line in a separate function
    
    Use a separate function to construct the string passed to os.system to
    reduce duplication.
    
        
file modified
+7 -0
file modified
+26 -22