1.

Solve : Text Search and Bat file?

Answer» HI every body!!
I have program Text Search (TS.exe) and use one bath file use it search some code from file
This is bat file:

@echo off
rem :ikot
rem cls
rem if %1 errorlevel -- 0 GOTO tapos
ts /s %1 "$$"
ts /s ......
ts /s %1 " t H "
rem shift
rem goto ikot
rem :tapos
exit

Any thing i want find between ""
How I can use bat file find Some special Character
Example: "%", "LR" or Quotation mark
Help me if i want find percent SIGHT or other only start Line, "space Quotation space" , ETC.. in file Text
ThanksSorry all
Quote
I have program Text Search (TS.exe)
It is program create by some body in my country and it have same name with some program.
But I want know, how I can search text and special Character.
Example:

$Zasd "dasd$Z dsad $I
asd $Idasd$Z" dsad dsad
$Zdafh " asdfgf "asd
adsd $Z asdfsd" $Zasdas%

How I can find only $Z Start Line, $I End Line or %, " (space Quotation mark space), etc... in DOS


Discussion

No Comment Found