diff --git a/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat b/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat index e47cd6e0b..035ebcec0 100644 --- a/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat +++ b/code/nel/tools/pipeline/service/example_cfg/example_run_master.bat @@ -1,2 +1,2 @@ cd R:\build\dev\bin\Release\ -start R:\build\dev\bin\Release\pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ \ No newline at end of file +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\master\ \ No newline at end of file diff --git a/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat b/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat index 3edba89a1..fbd44a0a5 100644 --- a/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat +++ b/code/nel/tools/pipeline/service/example_cfg/example_run_slave.bat @@ -1,2 +1,2 @@ cd R:\build\dev\bin\Release\ -start R:\build\dev\bin\Release\pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ \ No newline at end of file +start pipeline_service.exe -CR:\code\nel\tools\pipeline\service\example_cfg\slave\ \ No newline at end of file