| !Boot file for Schematic Editor

Set SchemEd$Dir <Obey$Dir>
Set SchemEd$Choices <Choices$Write>.SchemEd
Set SchemEdRes$Dir <SchemEd$Dir>.Resources
Set SchemEdSpice$Dir <SchemEdRes$Dir>.BSpice
Set SchemEdSpiceLib$Dir <SchemEdSpice$Dir>.Library

IconSprites <SchemEd$Dir>.!Sprites

Set File$Type_AC7 Circuit
Set Alias$@RunType_AC7 "Run <SchemEd$Dir>.!Run %%*0"
Set Alias$@PrintType_AC7 /<SchemEd$Dir> -Print 

| You can add extra directory names below to be searched for filenames
| passed to bspice3f5 in .INCLUDE commands.
| Note the '|' escape characters before any angle brackets. These prevent
| unnecessary expansion into full file pathnames by the bspice3f5 program.
| Note also the trailing '.' on each directory name and the
| element-separating commas with no additional whitespace separation.

| Do not alter first two elements of the path, add new elements on end.
| Make same changes in !Run file.

Set SpiceResource$Path |<SchemEd$Project>.inc.,|<SchemEdSpiceLib$Dir>.

| Directories are searched from left to right and the first occurence will
| be the one that is .INCLUDE'ed by bspice.
| If the requested file is not found in any of the specified directories
| then the CSD will also be searched.
