1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-01-01 12:08:21 +01:00
antd-lua-plugin/lib/ann/fann/docs/NaturalDocs-1.52/NaturalDocs.bat
2018-09-19 15:08:49 +02:00

17 lines
338 B
Batchfile
Executable File

@echo off
set NaturalDocsParams=
rem Shift and loop so we can get more than nine parameters.
rem This is especially important if we have spaces in file names.
:MORE
if "%1"=="" goto NOMORE
set NaturalDocsParams=%NaturalDocsParams% %1
shift
goto MORE
:NOMORE
perl NaturalDocs %NaturalDocsParams%
set NaturalDocsParams=