open program minimized via command prompt

后端 未结 8 664
时光取名叫无心
时光取名叫无心 2020-12-08 13:16

I have a windows 8.1 machine and I want to open a program with minimized window. For a program like notepad, I just use the following command:

start /min \"\         


        
8条回答
  •  星月不相逢
    2020-12-08 13:40

    Local Windows 10 ActiveMQ server :

    @echo off
    start /min "" "C:\Install\apache-activemq\5.15.10\bin\win64\activemq.bat" start
    

提交回复
热议问题