My text file is :
267326sgdhs2378 hdfksfldsjl
3276jfdjksh8427 s287328hfd23 jdhfhw
Now I want to read "267326sgdhs237 8" and "3276jfdjksh842 7s287328hfd23" from that text file and store them in two variables.
Later on I want to pass these two variables as a command line argument to the batch file.
Please help in doing both.
267326sgdhs2378 hdfksfldsjl
3276jfdjksh8427 s287328hfd23 jdhfhw
Now I want to read "267326sgdhs237 8" and "3276jfdjksh842 7s287328hfd23" from that text file and store them in two variables.
Later on I want to pass these two variables as a command line argument to the batch file.
Please help in doing both.
Comment