]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Introduce slc-detached.bat script
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 5 Oct 2008 18:42:42 +0000 (18:42 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 5 Oct 2008 18:42:42 +0000 (18:42 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1713 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.agent/src/base/bin/slc-detached.bat [new file with mode: 0644]

diff --git a/org.argeo.slc.agent/src/base/bin/slc-detached.bat b/org.argeo.slc.agent/src/base/bin/slc-detached.bat
new file mode 100644 (file)
index 0000000..804c5a4
--- /dev/null
@@ -0,0 +1,9 @@
+echo Hello World!
+set SLC_HOME=%~dp0..
+echo SLC_HOME=%SLC_HOME%
+
+set CLASSPATH=
+cd %SLC_HOME%\lib
+FOR %f IN (*.jar) DO echo %f
+
+echo CLASSPATH=%CLASSPATH%
\ No newline at end of file