G
Guest
I am trying to execute following script from a java program
a.bat
-------
EXIT /B 20
---------
The result of execution is always 0 though the exit code should have been
20. This works correctly on Windows 2003 but not in XP and 2000. Do you see a
problem with cmd.exe of Windows XP and 2000 OS or is it a JDK issue?
Thanks,
Sandeep
a.bat
-------
EXIT /B 20
---------
The result of execution is always 0 though the exit code should have been
20. This works correctly on Windows 2003 but not in XP and 2000. Do you see a
problem with cmd.exe of Windows XP and 2000 OS or is it a JDK issue?
Thanks,
Sandeep