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