We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cc59ea + 87e6885 commit 2af164fCopy full SHA for 2af164f
Templates/x.lib/pISA.cmd
@@ -695,7 +695,7 @@ rem process level specific items
695
call :processMeta %tmpldir%\%IDClass%\%IDType%\%$metaTypeini%
696
SETLOCAL ENABLEDELAYEDEXPANSION
697
SET "pfns="
698
-FOR /f "delims=" %%i IN ('dir %iroot%\phenodata_20*.* /B') DO (
+FOR /f "delims=" %%i IN ('dir %iroot%\phenodata_20*.* /B /O:-N') DO (
699
SET pfns=!pfns!%%i/
700
)
701
SETLOCAL DISABLEDELAYEDEXPANSION
0 commit comments