?login_element?

Subversion Repositories NedoOS

Rev

Rev 295 | Rev 922 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if NOT "%settedpath%"=="" exit /b
  2. set settedpath=1
  3. call :ExpandRootDir %~dp0..\..
  4. set path=%rootdir%\tools\;%rootdir%;%rootdir%\us\;%rootdir%\src\_sdk\;%rootdir%\src\nedolang\_sdk\;%PATH%
  5. exit /b
  6.  
  7. :ExpandRootDir
  8. set rootdir=%~f1
  9. exit /b