Navigation Banner
 

#include Batch language command
  File inclusion command. The file specified as the argument of the include command is inserted in place of the #include line.
Syntax  #include "filename";
Notes filename must be given relative to the batch file which contains the #include statement.
';' at the end of the command is required.
Examples
#include "Models/F84.def";
 Last modified: 8/17/1999

 
Sergei L. Kosakovsky Pond and Spencer V. Muse, 1997-2002