0
How can I run this BAT script in the background or invisible or without window? I added .bat
in Startup
, it shows the terminal running, but I don’t want to show any window, I’ve used conversion tool .bat
for .exe
with no visible option but did not work.
cd c:\xampp\htdocs\public_html\simrede
c:\xampp\php\php.exe -S localhost:8000
It is a script to run by scheduling, where?
– rbz
@Rbz I want it to start along with the system, it already starts, but I do not want it to be viewed window running, understand?
– Miguel Silva
It starts with the system how? Where? Detail to the maximum, because the form that calls your . bat is fundamental to know!
– rbz
@I put it in the folder
Startup
, so when I log in it starts, but keeps showing the terminal window, and I don’t want it to be shown window– Miguel Silva
START /B command string.bat
– Daniel Omine
@Danielomine, it didn’t work
– Miguel Silva
Depending on the resources and environment, a solution may or may not work. As there are many variants, look for these terms "run bat file in background" in google.
– Daniel Omine
I wonder what it takes for a being to deny a clear question like that
– Miguel Silva
Take a look here https://www.thewindowsclub.com/run-batch-files-silently-on-windows
– Leandro Angelo
Hello @Leandroangelo already solved, my answer is below. Thank you
– Miguel Silva
Then mark it as such... not to leave this question open
– Leandro Angelo
I can only mark my own response after two days of publication.
– Miguel Silva