Yuggy16
Programmer
- Dec 21, 2012
- 3
Hello All,
I have a windows vbs script which take a txt file as input and do some validation for the content of the file.
As output, the vbs script create another 2 txt files based on the input file.
Yesterday, i got a 55MB file to process but the vbs script could not process it nor give an error message.
I broke the 55MB file into chunks files and process them, all works fine with all the chunks file.
Does vbs has a problem for processing large text file? and how can this be solved?
Many thanks
I have a windows vbs script which take a txt file as input and do some validation for the content of the file.
As output, the vbs script create another 2 txt files based on the input file.
Yesterday, i got a 55MB file to process but the vbs script could not process it nor give an error message.
I broke the 55MB file into chunks files and process them, all works fine with all the chunks file.
Does vbs has a problem for processing large text file? and how can this be solved?
Many thanks