diff --git a/root/home/e-smith/files/shares/tools/files/scripts/wpkg/install.bat b/root/home/e-smith/files/shares/tools/files/scripts/wpkg/install.bat index 0c300a6..a480b8f 100644 --- a/root/home/e-smith/files/shares/tools/files/scripts/wpkg/install.bat +++ b/root/home/e-smith/files/shares/tools/files/scripts/wpkg/install.bat @@ -1,7 +1,6 @@ :: Script d'initialisation d'une station de travail -cd "%~dp0" -call conf.bat +call "%~dp0"conf.bat net use \\%IPASSERELLE_IP%\wpkg net use \\%IPASSERELLE_IP%\wpkglogs cscript "\\%IPASSERELLE_IP%\wpkg\wpkg.js" /debug /install:wpkg /force /nonotify diff --git a/root/home/e-smith/files/shares/tools/files/scripts/wpkg/run.bat b/root/home/e-smith/files/shares/tools/files/scripts/wpkg/run.bat index 7e8ebe5..9356c1b 100644 --- a/root/home/e-smith/files/shares/tools/files/scripts/wpkg/run.bat +++ b/root/home/e-smith/files/shares/tools/files/scripts/wpkg/run.bat @@ -1,7 +1,6 @@ :: Script d'initialisation d'une station de travail -cd "%~dp0" -call conf.bat +call "%~dp0"conf.bat net use \\%IPASSERELLE_IP%\wpkg net use \\%IPASSERELLE_IP%\wpkglogs cscript "\\%IPASSERELLE_IP%\wpkg\wpkg.js" /debug /synchronize /nonotify