Changes between Initial Version and Version 1 of Ticket #442


Ignore:
Timestamp:
Aug 1, 2013, 3:19:07 PM (11 years ago)
Author:
James Passmore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #442 – Description

    initial v1  
    99
    1010The batch process is using python subprocess like...
    11 
    12 ...
     11{{{
    1312p3 = subprocess.Popen(rasimport,shell=True,stdout=subprocess.PIPE,stderr=subprocess.PIPE)
    1413p3.wait()
    15 ...
     14}}}
    1615
    1716Where rasimport is something like:
     
    2625
    2726
     27
     28