progName="testX_batch.py" appName= "testX_py" #by D@CC #on 2024DApr05 #Purpose: Example of IX Batch #Repository: aPkg_py.py stubExt=".pyix" pyStub=appName+stubExt # create and run pyStub sList=[] sList=sList.append(FRUM("","testX_e1.pyix","" )) sList=sList.append(FRUM("ePkg_py.pyix","testX_e2.pyix","" )) sList=sList.append(FRUM("mPkg_py.pyix","macroB.pyix","" )) sList=sList.append(FRUM("rPkg_py.py",'requires("show(s,s,s,'v==00'")' ) )) sList=sList.append(FRUM("sPkg_py.pyix",pyStub,"main.py" )) #textC is not in main sList=sList.append(FRUM("tPkg_py.pyix","textC.pyix","" )) #notes re testX sList=sList.append(FRUN("w","a/sandBox","full" )) # args for writing out toSerialFileFromList( "aPkg_py.py",appName+".py",sList) # writes testX_py.py # to current folder and appends to Pkg argStr="" strResults = commandOS(runPython(IXf,appName+".py",argStr)) print(strResults) #/testX_batch.py