#1
12 years ago
Something which has been bugging me for a while now. I found out how to do this once before but I've forgotten it now. How do I phrase a command line in a cfg file to carry out several commands one after the other? Is it ["command1","command2"] or something like that?
#2
12 years ago
Encase the whole thing with quotes and seperate the commands with a ;. SO like, "command1;command2"
#3
12 years ago
Right, thanks I knew it was something like that.