Как запустить exe через bat minimized
Перейти к содержимому

Как запустить exe через bat minimized

Как запустить exe через bat minimized

Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.

What can I do to prevent this in the future?

If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.

If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.

Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store.

Cloudflare Ray ID: 71ad98773c1e8fd0 • Your IP : 82.102.23.104 • Performance & security by Cloudflare

Starting a program minimized via Batch

I have been searching around on a way to do this, but the /min command does not start my MP3 file minimized.

Here is the code:

start /min song1.mp3 «cd /d %

The program I’m using to play the MP3 is Windows Media Player.

user avatar

2 Answers 2

You cannot start the media player minimized when letting play a music track.

How to run a batch file or another file minimized

Batch file

Microsoft Windows users can run batch files or other files in a minimized window using the command prompt start command. Running a batch file minimized is useful for when you need to run a batch file but don’t want the user to interrupt its operation. Below is an example of how the start command can start the batch file myfile.bat as a minimized window.

Additional information about this command and other options it’s able to perform is on our start command page.

If the batch file does not end with the exit command, it keeps an MS-DOS command prompt window open after the batch file is closed. Alternatively, you can use the following command to start a batch file and also exit the window.

To start the same line from a scheduled task, enter the command below into Windows Task Scheduler.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *