Last change
on this file since 0cfc372 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 | |
---|
1 | copy c:\bin\find.prg f:\
|
---|
2 | f:\find c:\ -name '*.map' -print >clean.bat
|
---|
3 | f:\find c:\ -name '*.srt' -print >>clean.bat
|
---|
4 | f:\find c:\ -name '*.tmp' -print >>clean.bat
|
---|
5 | f:\find c:\ -name '*.prn' -print >>clean.bat
|
---|
6 | f:\find d:\ -name '*.map' -print >>clean.bat
|
---|
7 | f:\find d:\ -name '*.srt' -print >>clean.bat
|
---|
8 | f:\find d:\ -name '*.tmp' -print >>clean.bat
|
---|
9 | f:\find d:\ -name '*.prn' -print >>clean.bat
|
---|
10 | f:\find e:\ -name '*.map' -print >>clean.bat
|
---|
11 | f:\find e:\ -name '*.srt' -print >>clean.bat
|
---|
12 | f:\find e:\ -name '*.tmp' -print >>clean.bat
|
---|
13 | f:\find e:\ -name '*.prn' -print >>clean.bat
|
---|
14 | me clean.bat
|
---|
Note:
See
TracBrowser
for help on using the repository browser.