mirror of
https://github.com/rigreco/Runge-Kutta-Simulation.git
synced 2025-08-11 09:25:03 +00:00
9 lines
233 B
Batchfile
9 lines
233 B
Batchfile
@echo off
|
|
if "%1" == "" set PATH=C:\WINDOWS\system32;C:\WINDOWS
|
|
set CROOT=%1
|
|
if "%1" == "" set CROOT=C:\APPLEX
|
|
set CLIB65=%CROOT%\LIB\
|
|
set INCL65=%CROOT%\INCLUDE
|
|
set CR65=%CROOT%\R\
|
|
set PATH=%CROOT%;%CROOT%\BIN;%CROOT%\TOOLS;%PATH%;
|