]> 4ch.mooo.com Git - 16.git/blob - src/lib/doslib/hw/cpu/grtest.bat
added a bunch of things~ and midi stuff~
[16.git] / src / lib / doslib / hw / cpu / grtest.bat
1 @echo off\r
2 echo Make sure you are running this from the dos86l or dos386f dir.\r
3 echo Grind test in progress. Results will be written to root directory of this drive.\r
4 rem MS-DOS doesn't support >> append mode. Argh.\r
5 test >\GRIND1.TXT\r
6 grind >\GRIND2.TXT\r
7 copy \GRIND1.TXT+\GRIND2.TXT \GRIND.TXT\r
8 del \GRIND1.TXT\r
9 del \GRIND2.TXT\r