Support spaces for search.cmd input text.
Contributed by champzix1.
This commit is contained in:
		| @@ -5,6 +5,6 @@ cls | ||||
| set /p text="Enter search text: " | ||||
| echo. | ||||
| echo.search text "%text%" result: | ||||
| findstr /I /N %text% *.xml | ||||
| findstr /I /N /C:"%text%" *.xml | ||||
| echo. | ||||
| goto search | ||||
| @@ -5,6 +5,6 @@ cls | ||||
| set /p text="Enter search text: " | ||||
| echo. | ||||
| echo.search text "%text%" result: | ||||
| findstr /I /N %text% *.xml | ||||
| findstr /I /N /C:"%text%" *.xml | ||||
| echo. | ||||
| goto search | ||||
| @@ -5,6 +5,6 @@ cls | ||||
| set /p text="Enter search text: " | ||||
| echo. | ||||
| echo.search text "%text%" result: | ||||
| findstr /I /N %text% *.xml | ||||
| findstr /I /N /C:"%text%" *.xml | ||||
| echo. | ||||
| goto search | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment