We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4e638 commit 2e5810aCopy full SHA for 2e5810a
1 file changed
source-latest.bat
@@ -107,7 +107,7 @@ goto Review
107
::Step 3
108
:Review
109
Echo %filename% | find /v "%file_all%" >nul && (goto Randomizer)
110
-Echo %filename% | findstr /i "%file_invalid%" >nul && (goto Error-InvalidFile)
+Echo %filename% | findstr /i "%file_filter%" >nul && (goto Error-InvalidFile)
111
::For /f %%A in ("%filename%") do set filesize=%%~zA
112
CLS
113
Start "" "%filename%"
0 commit comments