K
K
kotzima2022-03-12 13:50:00
cmd/bat
kotzima, 2022-03-12 13:50:00

When you run the exe, bat is not executed, but the console opens, how to fix it?

There is a simple bat that launches programs on a PC, I convert it to .exe and when you click on it, a console opens where it is indicated that you need to press the button to start the bat, how to make the bat work immediately when you open the exe?

@echo off


cd "C:\Program Files\TeamViewer"
start TeamViewer.exe

cd "C:\Program Files\Google\Chrome\Application"
start chrome.exe --profile-directory="Profile 1

cd "C:\Program Files (x86)\1cv8\common"
start 1cestart.exe

cd  

exit

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question