Search found 2 matches
- 10 Jan 2013 05:02
- Forum: DOS Batch Forum
- Topic: Drawing rudimentary graphics in text mode
- Replies: 46
- Views: 65338
Re: Drawing rudimentary graphics in text mode
truly amazing
- 10 Jan 2013 04:47
- Forum: DOS Batch Forum
- Topic: FINDSTR: how to only display the searched strings?
- Replies: 5
- Views: 6006
Re: FINDSTR: how to only display the searched strings?
Try
FINDSTR "\<string\>" "path of file"
findstr \c:"string" "path of file"
i think this would work and solve your purpose. let me know if in case it doesn't work.
plz specify the full path of the file.
FINDSTR "\<string\>" "path of file"
findstr \c:"string" "path of file"
i think this would work and solve your purpose. let me know if in case it doesn't work.
plz specify the full path of the file.