Search found 3 matches

by arkamath7
27 Oct 2009 21:37
Forum: DOS Batch Forum
Topic: URGENT: Parsing a line using Batch
Replies: 3
Views: 5460

Hi, 1st of all my sincere thanks to you for replying to my query. I think I have almost resolved this issue. I use a combination of few stufff.....Because of some time crunch I am not able to dump the code... Once I complete I will post How is that i could do it. Then we can have some further discus...
by arkamath7
27 Oct 2009 21:36
Forum: DOS Batch Forum
Topic: Can I have 2-3 letters as Delimeter?
Replies: 7
Views: 16214

Hi,
1st of all my sincere thanks to you for replying to my query. I think I have almost resolved this issue. Because of some time crunch I am not able to dump the code...

Once I complete I will post How is that i could do it.

Thanks once again.

Regards
Aravind
by arkamath7
26 Oct 2009 00:52
Forum: DOS Batch Forum
Topic: Can I have 2-3 letters as Delimeter?
Replies: 7
Views: 16214

Can I have 2-3 letters as Delimeter?

Hi, I have a Text file where in the Delimeter should be TWO continuous digits(Double quote followed be a White Space). Can I have this in the below for stmt? The below stmt doesn't work For /F "tokens=2* delims=" " %%i in (c:\File.txt) do echo %%i The below line perfectly works if the...