jhampton13
Programmer
I am calling a java command in a batch file. I can call the first command fine, but the .bat file hangs before calling the second command. It is basically a file that sends a test message to a phone if something is wrong. It will send the message to the first phone fine, but not the second one. I dont know if i need to have something between the two for it to run ok or not. I have heard the & between 2 java calls, but it is not working. I would appreciate any advice anyone has.. Thank you..