#9
|
|||
|
|||
This gives me the right value when I run the script:
MsgBox vbld_TempMacroObj("ADO_RS").Fields("TLBIMPFile").V alue But builder.RunProgramEx(%DOSCMD% %DestinationDir%\vbld_TempMacroObj("ADO_RS").Field s("TLBIMPFile").Value) gives me the error: Error in Run Script (VBScript) script code at Line 62, Column 35 (Expected ')') Code: builder.RunProgramEx(C:\WINDOWS\system32\cmd.exe /C C:\PLTS\Bin\vbld_TempMacroObj("ADO_RS").Fields("TL BIMPFile").Value) |
|
|