Hello, i have a .bat file , runs an
ant script for deployment of my application in an OC4J Application server.
I try to run another start up script code from the same bat file and i got the following:<br>
The name specified is not recognized as an
internal or external command, operable program or batch file.<br>
The second part of the script is:
C:
cd C:\oc4j\j2ee\home
java -jar admin.jar
ormi://localhost/ admin oc4jadmin -shutdown
pause
Please, help !!!