Search found 1 match
- 06 Sep 2015 12:27
- Forum: DOS Batch Forum
- Topic: Batchfile to create small file of first few lines
- Replies: 1
- Views: 1642
Batchfile to create small file of first few lines
I am practicing for GRE and like to memorize/review few GRE words every hour or so for the verbal ability test. I want to write a batchfile called select.bat that selects 'n' lines from source.txt and writes the 'n' lines in a new file with a random filename. Then, the 'n' lines are removed from the...