How can I run a windows batch file but hide the command window?

前端 未结 10 1869
情深已故
情深已故 2020-11-30 01:40

How can I run a windows batch file but hiding the command window? I dont want cmd.exe to be visible on screen when the file is being executed. Is this possible?

10条回答
  •  星月不相逢
    2020-11-30 02:34

    Use Bat To Exe Converter and compile the Bat file as an executable.

    Steps:

    1. Open Bat to Exe Converter
    2. Select your Bat file
    3. In the options select "Invisible Application"
    4. Finish by pressing the compile button

提交回复
热议问题