source: buchla-68k/orig/BELFRY/CLEANUP.BAT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 592 bytes
Line 
1copy c:\bin\find.prg f:\
2f:\find c:\ -name '*.map' -print >clean.bat
3f:\find c:\ -name '*.srt' -print >>clean.bat
4f:\find c:\ -name '*.tmp' -print >>clean.bat
5f:\find c:\ -name '*.prn' -print >>clean.bat
6f:\find d:\ -name '*.map' -print >>clean.bat
7f:\find d:\ -name '*.srt' -print >>clean.bat
8f:\find d:\ -name '*.tmp' -print >>clean.bat
9f:\find d:\ -name '*.prn' -print >>clean.bat
10f:\find e:\ -name '*.map' -print >>clean.bat
11f:\find e:\ -name '*.srt' -print >>clean.bat
12f:\find e:\ -name '*.tmp' -print >>clean.bat
13f:\find e:\ -name '*.prn' -print >>clean.bat
14me clean.bat
Note: See TracBrowser for help on using the repository browser.