You should have both “developer.bat” and “developer.exe” in the directory.
Both of them launch the Developer.
When using the .bat, the Developer is started from a “DOS console”. So if you close it, the Developer stops. It can be helpfull if your Developer crashes, you can see the log of the Developer.
webMethods 8.2 only allow developer to start via command line.
The console is to let you see the debug message that written by the developer.
I also noticed this tips from developer documentation.
“Tip! When you run Developer from the command line, Developer writes messages to
the console. The amount and type of information that is written is determined by the
debug level under which Developer is operating. The default debug level is 4. If you
want more detail written to the console, set the debug level to 10. You can change the
debug level by editing the ini.cnf file located in Developer_directory\config.”
so we can run only the IDE thru the console and not thru the windows .exe file…pls correct me if i am wrong… Also any body knows y this has been set like this. Any security reasons behind the scene?