Splitting Files

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Donald
Posts: 1
Joined: 01 Mar 2013 02:35

Splitting Files

#1 Post by Donald » 01 Mar 2013 05:13

Hi,

I wonder if anybody could help me.
I'm looking for a batchfile to split a large txt file (JIT_BQ9QA_1010182538.txt) in several smaller files. The smaller files should be consisting of a fixed number of lines and/or depending of the text found in the file should be named as date&counter.seq.

Example of the split file :
201303010591.seq
201303010592.seq
201303010593.seq

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Splitting Files

#2 Post by foxidrive » 01 Mar 2013 06:31

Here's a tool: http://www.gdgsoft.com/gsplit/

and it has a portable version.

Offer batch and command line options for automation or build environments. GSplit can work as a daemon.

Post Reply