Question
start & stop from command line
I have been assigned to update our development integration
test system. The test system runs on Windows server 2003. The test
system runs multiple instances of CF8. I have to stop the jrun
services, install the new code and restart the services. Doing this
from the services console and switching to winzip to unzip the code
is time consuming. I would like to create a batch file where I can
drop the zip file in a specific directory and execute the batch
file. The batch file will have to stop jrun, unzip the file and
start jrun; for each instance and delete the zip file at the
end.
