diff --git a/ipasserelle-gp.spec b/ipasserelle-gp.spec index 016ac2a..9b0a571 100644 --- a/ipasserelle-gp.spec +++ b/ipasserelle-gp.spec @@ -1,5 +1,5 @@ %define version 0.0.1 -%define release 1.beta18 +%define release 1.beta19 %define name ipasserelle-gp diff --git a/root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat b/root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat new file mode 100644 index 0000000..7e8ebe5 --- /dev/null +++ b/root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat @@ -0,0 +1,8 @@ +:: Script d'initialisation d'une station de travail + +cd "%~dp0" +call conf.bat +net use \\%IPASSERELLE_IP%\wpkg +net use \\%IPASSERELLE_IP%\wpkglogs +cscript "\\%IPASSERELLE_IP%\wpkg\wpkg.js" /debug /synchronize /nonotify +