A Unix command in C shell, where:

source filename

will execute a list of commands in the file. The source command can save you the trouble of typing in the same series of commands each time you start a new session. For obvious source usage, think .login or .cshrc. A DOS equivalent is a batch file.