This commit is contained in:
luk.lu
2021-06-07 10:03:42 +08:00
parent be14f64242
commit 7f0bf14e13
57 changed files with 1592 additions and 0 deletions

19
script_nuance/osr.bat Normal file
View File

@@ -0,0 +1,19 @@
@ REM Return if option is empty or invalid:
@ IF "%1" == "" GOTO EMPTY
@ IF NOT EXIST %HOME%\products\%1 GOTO EMPTY
@ set PATH=%HOME%\products\%1\bin;%PATH%
@ set PRODUCT_LIB_PREFIX=SR
@ set CORE_ROOT=%HOME%\products\%1
@ set SWISDK=%HOME%\products\%1
@ set SWISRSDK=%HOME%\products\%1
@ set SWILicenseServerList=27000@ac-albatross;27000@juelich;27000@ac-birdie
@ GOTO END
:EMPTY
@ echo Unknown option! Nothing was configured.
@ echo Usage: osr VERSION
@ echo Example: osr osr309
@ GOTO END
:END