source: main/trunk/release-kits/bin/sork2.bat

Last change on this file was 35618, checked in by davidb, 3 years ago

setting RK_NAME changed from '%0' to '%~n0' so if scripts are run including the '.bat' part of the name (for example rk3.bat rather then rk3), then by using ~n the '.bat' part is removed. Without this, RK_NAME is incorrectly set.

File size: 46 bytes
Line 
1@echo off
2set RK_NAME=%~n0
3%~dp0\rk.bat %*
Note: See TracBrowser for help on using the repository browser.