Search found 2 matches

by Nils_8214
21 Nov 2021 05:45
Forum: DOS Batch Forum
Topic: How to close cmd after Programm startet
Replies: 4
Views: 4521

Re: How to close cmd after Programm startet

still the same but now it has the openjdk icon
by Nils_8214
20 Nov 2021 17:36
Forum: DOS Batch Forum
Topic: How to close cmd after Programm startet
Replies: 4
Views: 4521

How to close cmd after Programm startet

So i have a Batch File

Code: Select all

@echo off
set JLINK_VM_OPTIONS=
set DIR=%~dp0
"%DIR%\java" %JLINK_VM_OPTIONS% -m Test/org.openjfx.Main %*


which opens a javafx programm but the cmd is still opend how to let it close automaticly