Posted 04 September 2012 - 05:22 PM
Is there a simple way of adding a Startup file to all computers. I don't want to be modifinging the shell. Or will I have to. It's for a server so that it will run say:
Basically, just to annoy new people about the rules so they don't go breaking them. And if they aren't Newbs, they'll know how to code their own startup file.
Btw, it's not my server, that's why I just want to be able to drop it somewhere in a folder or something.
serverName = "The Servers Name"
shell.run("clear")
print("Welcome to "..serverName)
print("Type /Rules to see our Server Rules")
print("")
Basically, just to annoy new people about the rules so they don't go breaking them. And if they aren't Newbs, they'll know how to code their own startup file.
Btw, it's not my server, that's why I just want to be able to drop it somewhere in a folder or something.