add manual wpkg.bat script

tags/0.0.1
Daniel Berteaud 13 years ago
parent 0357852bd4
commit 45a4e6f876
  1. 2
      ipasserelle-gp.spec
  2. 8
      root/home/e-smith/files/shares/tools/files/scripts/wpkg.bat

@ -1,5 +1,5 @@
%define version 0.0.1
%define release 1.beta18
%define release 1.beta19
%define name ipasserelle-gp

@ -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
Loading…
Cancel
Save