diff --git a/workers_segundo_plano.vbs b/workers_segundo_plano.vbs index aa823f1..b3bf141 100644 --- a/workers_segundo_plano.vbs +++ b/workers_segundo_plano.vbs @@ -1,2 +1,2 @@ Set WshShell = CreateObject("WScript.Shell") -WshShell.Run "cmd.exe /c E:\Proyects\prefect_automatizations\generar_worker.bat", 0, False +WshShell.Run "cmd.exe /c E:\Proyects\Workers_data\generar_worker.bat", 0, False