1@echo off
2
3rem  PlanAhead (TM)
4rem  runme.bat: a PlanAhead-generated Script
5rem  Copyright 1986-1999, 2001-2012 Xilinx, Inc. All Rights Reserved.
6
7
8set HD_SDIR=%~dp0
9cd /d "%HD_SDIR%"
10set PATH=%SYSTEMROOT%\system32;%PATH%
11cscript /nologo /E:JScript "%HD_SDIR%\rundef.js" %*
12