Title basically says it all, I was trying to run my server through the run.bat terminal on my buddy’s mac computer to see why it wasn’t working; I guess that mac computers can’t execute .bat files though. I believe the alternative to .bat files is .sh files for mac, but IDK… Does anyone know how I could run my client through a terminal on a mac using a .bat file or an alternative?
.bat file on mac?
Convert your .bat (Windows batch file) into the .sh (shell script) equivalent.
http://tldp.org/LDP/abs/html/dosbatch.html
It’s close to the same, but there’s minor differences. Ex: The separator is : instead of ; on windows.