RE: Read a text file and parse values

2003-09-19 Thread Noushad Dawood
| | To: [EMAIL PROTECTED] | | cc: (bcc: Noushad Dawood/ITDep/ADIA/ae) | | Subject: RE: Read a text file a

RE: Read a text file and parse values

2003-09-18 Thread Tobias Hoellrich
mber 18, 2003 2:39 AM > To: Hanson, Rob; 'Gary Nielson'; [EMAIL PROTECTED] > Subject: Read a text file and parse values > > > Friends, > > I got a text file that contains a list of computer names. I > need to write a program that will read this file and execu

RE: Read a text file and parse values

2003-09-18 Thread Beckett Richard-qswi266
> Friends, > > I got a text file that contains a list of computer names. I > need to write a > program that will read this file and execute following > command for each > computer name: > > exec \\ -u abc -p xxx abc.bat > > where is picked up from the text file. > > Can some one help m

Read a text file and parse values

2003-09-18 Thread Noushad Dawood
Friends, I got a text file that contains a list of computer names. I need to write a program that will read this file and execute following command for each computer name: exec \\ -u abc -p xxx abc.bat where is picked up from the text file. Can some one help me on this? Many thanks in a