SET SRC=C:\Dev\GBA\Life :@echo off :This makes the path grow untill the compiler fails if it's repeated!: SET INCLUDE=%SRC%;%INCLUDE% :SET PATH=%SRC%;%PATH% :@echo on