In drive D:\MyReport I have several text files formatted this way (see below). I would like to remove the date sent information (see example below 20160504, 20160523) located on the left-most side of the text file.

INVENTORY LOG FOR 25 May 2016
=============================================

20160504\XXX\BM201716161A\IMAGES\BM201716161A.PDF
20160504\XXX\BM201716161A\IMAGES\BM201716161A.TIF
20160523\XXX\BM201723252A\IMAGES\BM201723252A.PDF
20160523\XXX\BM201723252A\IMAGES\BM201723252A.TIF

Total Files : 4
=============================================

How do I programmatically remove the date sent data in each of these text files? See revised LOG below:

INVENTORY LOG FOR 25 May 2016
=============================================

XXX\BM201716161A\IMAGES\BM201716161A.PDF
XXX\BM201716161A\IMAGES\BM201716161A.TIF
XXX\BM201723252A\IMAGES\BM201723252A.PDF
XXX\BM201723252A\IMAGES\BM201723252A.TIF

Total Files : 4
=============================================