R
R
Roman Kuzmenko2017-04-12 16:42:27
Java
Roman Kuzmenko, 2017-04-12 16:42:27

How to run jar from bat file?

Hello!
Please tell me how to properly run the .jar file from the bat-file and continue the execution of the bat-file.

@echo off
cd LMT/jre/bin
javaw -jar lmt.jar
!!!! вот тут обрывается выполнение, так как запустился lmt.jar!!!!!
date 01-08-2015

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
res2001, 2017-04-12
@res2001

via start:
start javaw -jar lmt.jar

M
Max, 2017-04-14
@Maxon4eg92

Running an app in the background

Запуск приложения в фоновом режиме (процесс будет доступен только в taskmgr)
start "Заголовок окна" /b [Исполняемый файл] [Параметры исполняемого файла]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question