Added useful search.cmd files.

This commit is contained in:
mobius
2015-02-22 02:29:21 +00:00
parent 2a1610b69d
commit 3ad710a591
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@echo off
title XML Search
cls
:search
set /p text="Enter search text: "
echo.
echo.search text "%text%" result:
findstr /I /N %text% *.xml
echo.
goto search

View File

@@ -0,0 +1,10 @@
@echo off
title XML Search
cls
:search
set /p text="Enter search text: "
echo.
echo.search text "%text%" result:
findstr /I /N %text% *.xml
echo.
goto search

View File

@@ -0,0 +1,10 @@
@echo off
title XML Search
cls
:search
set /p text="Enter search text: "
echo.
echo.search text "%text%" result:
findstr /I /N %text% *.xml
echo.
goto search