Why you need to open another command window? Same command window will work.
Write the following in a new .bat file.
d:
cd \APS_Development\ABC\deployment\deployicicibank
setenv.bat
start rmiregistry 51099
java qdicicibank.DManager ABC_Bankserver_ser.dmanager
Let the file name be test.bat.
You have to save this file. Let's say in
c:\new location.
You have to open a command window.
Goto the c:\new location.
Type
test press<enter>.
everything will be executed and window will remain open.
[ September 06, 2007: Message edited by: prakash chandra ]