Napples
About
- Username
- Napples
- Joined
- Visits
- 1
- Last Active
- Roles
- Member
Comments
-
I can use a .vbs like so: RepetierServerStarter.vbs Set shell = WScript.CreateObject ("WScript.shell")shell.Run("C:\Program Files (x86)\Repetier-Server\bin\RepetierServerStarter.bat"), 0 , True RepetierServerStarter.bat start "" "C:\Program Files (…
-
To specify, I want to run C:\Program Files (x86)\Repetier-Server\bin\RepetierServerStarter.exe two times as the function of that command. I don't want to power down the windows machine.
-
So, would I make extcommands.xml look like this for windows then? I feel like I'm missing something, seems too simple lol Reboot Server shutdown /r /t 0 Really reboot the server?
-
Also, related (to me at least) so not sure if this needs its own topic: is there an equivalent to this for if my server was running on windows? Reboot Server sudo /sbin/shutdown -r now Really reboot the server?
-
So basically you're saying it would probably be best to just follow standard install procedures and then manually add my changes since they're so simple? The only real important thing I need to do during install is add the extcommands.xml file, I ca…