Hi all,
I have problem when execute targets file using MSBUILD. I'm using vs 2008, .net 3.5, win xp.
Fails in PC of other person in LAN, in my PC works fine.
The error: Command attrib exits with code 9009
ERROR al generar.
C:\WINDOWS\TEMP\Instalacion_ProyectoRealeCTIAltitude1\ScriptDespliegue.Targets(128,5): error MSB3073: El comando "attrib -R "C:\Temp\Reale\localhost\alt_scripts\doc_args\*.*"
/S /D" salió con el código 9009.
The code
<
Target
Name="CopiarDocumentosPdfParaAgentes"
Condition="'$(RealizaCopiaEjecucion)'
== 'SI'">
<
Microsoft.Sdc.Tasks.Folder.CopyFolder
Source="DocumentosPdfParaAgentes"
Destination="$(RutaDestinoDocumentosParaAgentes)"
/>
<
Exec
Command="attrib
-R "$(RutaDestinoDocumentosParaAgentes)\*.*"
/S /D"
IgnoreExitCode="false"
/>
</
Target>
Appreciate your feedback and help on this. Any suggestions?
Thanks in advance..
Should "Hi", "Thanks" and taglines and salutations be removed from posts? http://meta.stackoverflow.com/questions/2950/should-hi-thanks-and-taglines-and-salutations-be-removed-from-posts