I just found that that it was working this whole time, but it was happening on the background, so thx guys
Best posts made by Gabriel Patrocinio
-
RE: Can't run a batch file
Latest posts made by Gabriel Patrocinio
-
RE: Can't run a batch file
I just found that that it was working this whole time, but it was happening on the background, so thx guys
-
RE: Can't run a batch file
Didn’t work either, might that be a problem with my computer?
-
RE: Can't run a batch file
Just tried it and it didn’t work, nothing happened
command executed: cd /d “D:/(same path that worked on cmd)” -
Can't run a batch file
I have a minecraft server, and I'm trying to be able to start it remotely, but can't find the right way to use triggercmd to do it.
Some information:
I was able to start it through cmd on my pc, with 2 lines of code:
cd "D:\Users\Patrocinio\Área de Trabalho\tavloa-redonda-mine\Server-tavola-redonda" #that is the path to my file
run.bat #that executes the file
But when I used this commands on triggercmd, it didn't seem to work, nothing happened