home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
FILE
/
EDBIN04.ZIP
/
SSTR.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-07-22
|
320 b
|
11 lines
@echo off
REM Syntax: SSTR STRING FILESPEC
REM searches for STRING in all files matching FILESPEC
REM using the list-strings command of EDBIN
REM
REM Example: SSTR Copyright *.exe
REM searches for the string "Copyright" in all EXE files
REM in the current directory
REM
FOR %%F IN (%2) DO edbin %%F //%1 /l