Kindly help with a windows batch script that will remove the leading zeroes in a text file and write to a new file without the zeroes.
Input file format
0265952076
0263097520
0578361217
0266127789
0505834686
0578361190
Output format
265952076
263097520
578361217
266127789
505834686
578361190
Thank you.