Hi All,
I want a batch script which will extract the first 30 characters from a file.
Requirement:
there is one file called test.txt and it's content is
\765514e2aad02ca658cc56cdb7884947 *E:\test1
now I need a script which extract only \765514e2aad02ca658cc56cdb7884947 from the above file
Thx in advance