Search found 1 match
- 09 Sep 2009 15:38
- Forum: DOS Batch Forum
- Topic: Verifying the content of the read string from input file
- Replies: 1
- Views: 3719
Verifying the content of the read string from input file
Hello, I want to verify the content of the text read from the input file, before I transfer it to an out file. I did try to put its content into a variable, but it doesn't work. Some body can help me please? Thanks. for /F "tokens=1* delims=]" %%j in ('type "%param%" ^| find /V /...