Include a file, directly, as is.
include filename
The file is included as is.
If you are running interactive, it is as if you typed in what is in the file.
If you are running in a batch mode, or including a file from another file, it is as if you did a copy and paste into that file.
include npn.mod
Include the file npn.mod.