I would like to know if its possible to write a simple macro/ program to open an application or two from a ceirtain location when it is launched. i have been trying via command but you cant seem to save it so you can run it.
okay so there are many things this could be useful for! i cant figure out how to do it though.
i want to run a minecraft server for my little brother as my computer has much resource to spare but i turn it off a lot when not used and only run this server when he wants it and its a bugger to type/ copy and paste this into terminal all the time!
basically its
open terminal
type 'cd /Applications/Minecraft/Server' and hit enter
type 'ls' and hit enter
type 'java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui' and hit enter
that would be the whole thing but i cant figure out how to do it. even the record feature doesnt seem to do it 😛