-3

Let's say I have a java program and I write this to the command line:

java javafile.jar

Is there anyway to start the java file minimized (somthing similar to /min command)? I need to do it through the commands line.

bilak
  • 3,668
  • 2
  • 28
  • 61
Hexer
  • 51
  • 7

1 Answers1

-1

try start /min java javafile.jar

bilak
  • 3,668
  • 2
  • 28
  • 61