.INCLUDE — Include Another File

Syntax:

.include <filename>

This directive includes the named file as if that file had been typed into the netlist instead of the .include command.

If filename is a relative path, it is resolved by applying it to the folder that contains the including file.

No file name extension is assumed. 

For example.

.include "mypath to\myfile.txt"