Antonio, yo lo estoy haciendo añadiendo en la cadena separados por un espacio
cBuildBat += "IF EXIST " + Lower( cPathRes ) + "\" + "%1" + ".res" + ;
" " + cCad0 + Lower( cPathRes ) + "\" + "%1" + ".res "//>> " + ;
if Len( aRes ) > 0
For n = 1 to Len( aRes )
if aRes[n][5]
cMPath := ""
cMPath := cFilePath( aRes[n][1] )
cFilRes := ""
cFilRes := Lower( cPathRes ) + "\" + cFileNoExt( aRes[n][1] ) + ".res"
if File( cFilRes )
cBuildBat += cFilRes + " "
endif
endif
Next n
cBuildBat += ">> " + IF( Empty( cPathWork ), cPrjPath, cPathWork ) + ;
"\" + "compl.bc" + CRLFCristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces