L8knight
September 20th, 2004, 06:34 AM
I am trying to write a script that loops through a list of directory paths stored in a text file and remove all the text on each line that preceeds the "\\"of the path.
I was thinking maybe split, but I thought there was some other way to tell vbscript to read from the right of something.
Any ideas? I only need to keep the information from "\\" and on, to the right (then store it in another output file).
Any help, tips are appreciated!
Thanks.
I was thinking maybe split, but I thought there was some other way to tell vbscript to read from the right of something.
Any ideas? I only need to keep the information from "\\" and on, to the right (then store it in another output file).
Any help, tips are appreciated!
Thanks.