From 22fca83f5807ab246e39d3aef59bece0bd8dfdf7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 19 Jul 2012 09:27:21 +0200 Subject: [PATCH] =?UTF-8?q?Ne=20pas=20se=20placer=20dans=20le=20r=C3=A9per?= =?UTF-8?q?toire=20contenant=20les=20scripts=20run.bat=20et=20install.bat,?= =?UTF-8?q?=20mais=20appeler=20le=20script=20conf=20par=20son=20chemin.=20?= =?UTF-8?q?Permet=20d'ex=C3=A9cuter=20nstall.bat=20et=20run.bat=20directem?= =?UTF-8?q?ent=20depuis=20le=20r=C3=A9seau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/home/e-smith/files/shares/tools/files/scripts/wpkg/install.bat | 3 +-- root/home/e-smith/files/shares/tools/files/scripts/wpkg/run.bat | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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