How do you prepend a string to each line of a file in MS-DOS?
And with no 3rd party commands so nothing like AWK (which I understand some have got running on MSDOS)
I know CMD(The cmd console in WinNT based OSs like NT4 onwards eg XP or Win10), has many options on the for command, https://www.robvanderwoude.com/ntfor.php but MS-DOS doesnt have the fancey FOR command that CMD does
see https://web.archive.org/web/20100325172740/http://vfrazee.com/ms-dos/6.22/help/ and https://web.archive.org/web/20100521101405/http://www.vfrazee.com/ms-dos/6.22/help/for.htm
So how would you do it in MS-DOS?
And without QBASIC