Strippierfsqefqerfqe
IS-IT--Management
Hiya and thanks in advance to any help...
I have a have a large text file (I could make it into a csv file if need) which contains the numbers 1-125000 and a 3 digit code next to each number
eg
1 ABC
2 CBA
3 ZZZ
.......
124999 ABC
125000 AXD
The file will grows each day from 125000 so needs to be dynamic.
I have tried to write a batch file to extract say the line of data from row 85498 but takes an age (like 1/2 hour for each run through)
I understand a vbs script may be quicker.
I have limited knowledge but am willing to learn, ultimatly I will have a batch file which will call this vbs script and ask it to get the data from a certain line (this will change with each batch file process), the script will then save the data line to a txt file which my batch file will then continue to use as a variable.
I am sure that vbs could do alot of the batch side of things but I need to minimise the vbs script as its outside of my comfort zone (at the moment at least
Thanks again for any assistance, obviously any questions let me know and I'll try to explain better.
Simon
I have a have a large text file (I could make it into a csv file if need) which contains the numbers 1-125000 and a 3 digit code next to each number
eg
1 ABC
2 CBA
3 ZZZ
.......
124999 ABC
125000 AXD
The file will grows each day from 125000 so needs to be dynamic.
I have tried to write a batch file to extract say the line of data from row 85498 but takes an age (like 1/2 hour for each run through)
I understand a vbs script may be quicker.
I have limited knowledge but am willing to learn, ultimatly I will have a batch file which will call this vbs script and ask it to get the data from a certain line (this will change with each batch file process), the script will then save the data line to a txt file which my batch file will then continue to use as a variable.
I am sure that vbs could do alot of the batch side of things but I need to minimise the vbs script as its outside of my comfort zone (at the moment at least
Thanks again for any assistance, obviously any questions let me know and I'll try to explain better.
Simon