Hi,
Want to divide a text file in to multiple files through batch script.
Example:
Input file : Big_file_name_1.txt
Output file : Small_file_name_1.txt
Small_file_name_2.txt
Regards,
Niraj
How to Divide a text file in multiple files
Moderator: DosItHelp
Re: How to Divide a text file in multiple files
More information is needed.
What size is the big file?
What is the splitting keyed on - number of lines?
What filename scheme do you want?
Are there blank lines in the file? Do you need to preserve blank lines?
Does every line start with an alpha-numeric character?
What size is the big file?
What is the splitting keyed on - number of lines?
What filename scheme do you want?
Are there blank lines in the file? Do you need to preserve blank lines?
Does every line start with an alpha-numeric character?