Hi Dave,
Thanks for your reply. Works well.
Search found 3 matches
- 28 Jul 2011 00:37
- Forum: DOS Batch Forum
- Topic: check file not string
- Replies: 4
- Views: 3937
- 27 Jul 2011 08:41
- Forum: DOS Batch Forum
- Topic: check file not string
- Replies: 4
- Views: 3937
Re: check file not string
It still don't work. I have no idea how can I declare the file behind the string(path)
- 27 Jul 2011 07:18
- Forum: DOS Batch Forum
- Topic: check file not string
- Replies: 4
- Views: 3937
check file not string
Hi guys, I need your help in the following script. If I put the batch file in the same dir as the file I want to check it work in that way: for /F "tokens=1,2 delims==" %%i in (Settings.ini) do ( echo %%i ) But if I want to use a variable the script try to split the string of the variable ...