Truncate records in a file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
arunjit
Posts: 1
Joined: 02 Sep 2006 18:11

Truncate records in a file

#1 Post by arunjit » 02 Sep 2006 18:17

Hi,

I have a file with 2500 byte records. I need to create another by taking first 2400 bytes from each. How can I strip off last 100 bytes thru commands in a .bat file ?

Any help would be greatly appreciated.

Thanks!

Post Reply