-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
  • 4,526
  • 3
  • 35
  • 75
Hexer
  • 51
  • 7

1 Answers1

-1

try start /min java javafile.jar

bilak
  • 4,526
  • 3
  • 35
  • 75