From 45a4e6f8766c8aa417b30595daa59f432c1f90d4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Apr 2012 10:39:45 +0200 Subject: [PATCH] add manual wpkg.bat script --- ipasserelle-gp.spec | 2 +- root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat 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 +