-
Bug
-
Resolution: Done
-
Minor
-
EAP_EWP 5.2.0
-
None
-
Windows
-
-
Workaround Exists
-
-
Low
-
-
Documented as Resolved Issue
-
NEW
implementation of JBPAPP-7454 on windows platform (-r option)
shifts the commandline %0, therefore in the fragment
set DIRNAME=
if "%OS%" == "Windows_NT" (
set "PROGNAME=%~nx0%"
) else (
set "PROGNAME=run.bat"
)
the %~nx0% evaluates to the wrong argument