mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
21 lines
319 B
Plaintext
21 lines
319 B
Plaintext
@echo off
|
|
|
|
set dsrcIndex=%@index[%1,dsrc]
|
|
|
|
if %dsrcIndex lt 0 goto exit
|
|
|
|
set /a dsrcIndex=%dsrcIndex-1
|
|
set i=0
|
|
do until %@left[1,%temp] eq ^\
|
|
set /a i=%i+1
|
|
set /a start=%dsrcIndex-%i
|
|
if %start eq 0 quit
|
|
set temp=%@instr[%start,%i,%1]
|
|
enddo
|
|
|
|
python.exe j:\swg%temp\exe\shared\script_prep.pyc -dDEBUG %1
|
|
|
|
|
|
:exit
|
|
quit
|