Search found 4 matches

by ghosh.d7
28 Jun 2010 13:28
Forum: DOS Batch Forum
Topic: Read/find in CSV file and other simple operations
Replies: 4
Views: 5322

Re: Read/find in CSV file and other simple operations

Thank you very much, this worked for me. I should be able to handle the rest.
by ghosh.d7
28 Jun 2010 06:13
Forum: DOS Batch Forum
Topic: Read/find in CSV file and other simple operations
Replies: 4
Views: 5322

Re: Read/find in CSV file and other simple operations

Hi,

What would be the syntax for the first step, finding a string in the first column of a CSV?

Thanks
by ghosh.d7
25 Jun 2010 09:32
Forum: DOS Batch Forum
Topic: Read/find in CSV file and other simple operations
Replies: 4
Views: 5322

Read/find in CSV file and other simple operations

hi, still very new to batch. how would I find an entry, say a string "Schedule", in a CSV file and then set it to a variable in my batch file? for instance, I want to: 1. find "Schedule" in the file "C:\ops\fileA.csv" (I know "Schedule" occurs in col 1 of the ...
by ghosh.d7
24 Jun 2010 13:54
Forum: DOS Batch Forum
Topic: Recording bat files
Replies: 1
Views: 3141

Recording bat files

Hi,

I'm totally new to using bats and was wondering if there's a way to record one for actions done in Windows (2000 or XP), similar to how you can record macros in Excel?

Thanks