Contained within the parenthesis are the directories where the files are found.  They are either the appropriate
Eagle directory (eagle), the main pcb directory (pcb) or the project directory (project). Substitute the name of
project for "projectname".

generate schematic
run erc check
layout board
run erc check
run (pcb) drcset.scr			load local design rules
fit design on screen
run drc check
fix errors

run (eagle) sm_all.ulp			generate script to smash all parts
  run/delete (project) sm_all.scr	smash all parts
place reference designators

set origin to lower left corner of board

run (eagle) adimv2_0.ulp		dimension board and holes or things with "x$xx"
  run/delete (project) adimv2_0.scr
set drill set				in options menu
run (pcb) drillplan.ulp			generate drill chart
  run/delete projectname.scr
move drill chart onto sheet
replace drills with parts from mechanical library so they won't be counted when run again and change names so they
  will not be dimensioned
save changes

all in (pcb) generate.scr
  run (pcb) bom.ulp			generate bill of materials (CSV excel inport format .txt)
  run (eagle) netlist.ulp		generate netlist (.net)
  run (pcb) length.ulp			generate netlist lengths (.len) and check for transmission lines
  run (pcb) mount.ulp			generate placement data (.mnt)
  run (eagle) drillcfg.ulp		generate drill configuration file (.drl)
  run (pcb) dxf.ulp			generate autocad file (.dxf)

+run layer<2,4>.cam			generate fabrication data (.ly1 .ly4 .ss1 .ss4 .sm1 .sm4 .ps1 .ps4
					.as1 .as4 .ly2 .ly3 .dri .drd .fab)

start excel
  Open the text file (project) projectname.txt, remember to change the columns for Description and Package to "text".
  Run database lookup program to reformat spreadsheet, save as .xls file.

start gerber viewing tool GC-Prevue
  import .ly1 .ly4 .ss1 .ss4 .sm1 .sm4 .ps1 .ps4 .as1 .as4 .ly2 .ly3 .fab
