I need a Windows-compatible batch script that can split a large text file, about 450KB with approximately 800,000 lines and into smaller files containing 50,000 lines each. The smaller files should be named sequentially as (SourceFileName)-01, (SourceFileName)-02, and so on...