Tengo el siguiente script por lotes que ejecuta varios procesos y se supone que redirige sus resultados a algunos archivos de registro, sin embargo, cuando los procesos terminan de ejecutarse, los archivos están vacíos, aunque puedo ver que las ventanas están llenas de textos.
@echo off
set /p guid=Please enter GUID:
start /wait Debug\Debug\Ylp.Web.CmsImportWebJob.exe /test map %guid% > map.txt
start /wait Debug\Debug\Ylp.Web.CmsImportWebJob.exe /test compare %guid% > compare.txt
start /wait Debug\Debug\Ylp.Web.CmsImportWebJob.exe /test analyse %guid% > analyse.txt
start /wait Debug\Debug\Ylp.Web.CmsImportWebJob.exe /test update %guid% > update.txt
pause
command-line
batch
shell-script
cmd.exe
Jerjes
fuente
fuente