Search found 2 matches
- 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
- 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
which opens a javafx programm but the cmd is still opend how to let it close automaticly
Code: Select all
@echo off
set JLINK_VM_OPTIONS=
set DIR=%~dp0
"%DIR%\java" %JLINK_VM_OPTIONS% -m Test/org.openjfx.Main %*