Search found 1 match
- 10 Jan 2015 17:29
- Forum: DOS Batch Forum
- Topic: Split File Into Multiple Files Using Batch
- Replies: 4
- Views: 3505
Split File Into Multiple Files Using Batch
I need split one large file, which contains chemical structures of molecules into separated files for each molecule one. Important is, that every subfile is separated by $$$$ So the data look like: file test.sdf line1 line2 line3 line4 $$$$ line6 line7 line8 line9 line10 $$$$ etc. and I need have se...