Norman,
To do something like this in windows, you need the following lines in run.bat:

SETLOCAL ENABLEDELAYEDEXPANSION

FOR %%j IN ("%REPO%"\*.jar) DO (
  SET CLASSPATH=!CLASSPATH!;%%j
)

Hope you get the picture.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to