13 lines
349 B
Batchfile
13 lines
349 B
Batchfile
@echo off
|
|
|
|
REM setpath.bat
|
|
|
|
REM Scripting Root - use absolute path for ccs_base/scripting
|
|
set "SCRPITING_ROOT=C:\ccs\ccs_base\scripting"
|
|
|
|
echo [DSSEnv] %SCRPITING_ROOT%
|
|
|
|
REM add locations of dss.bat and loadti to PATH
|
|
set PATH=%PATH%;%SCRPITING_ROOT%\bin;%SCRPITING_ROOT%\examples\loadti
|
|
set PERL5LIB=%PERL5LIB%;%SCRPITING_ROOT%\examples\TestServer
|