source:
branches/v2.9/prepare.CMD@
20
Last change on this file since 20 was 2, checked in by , 8 years ago | |
---|---|
File size: 252 bytes |
Line | |
---|---|
1 | /* Reset the read only flag of the folder and all subfolders */ |
2 | |
3 | 'cp -r f:/emx r:/emx' |
4 | 'cp -r f:/IBMCPP r:/IBMCPP' |
5 | 'rm -r r:/IBMCPP/SAMPLES' |
6 | 'rm -r r:/IBMCPP/INCLUDE_when_not_tk45' |
7 | 'rm -r r:/IBMCPP/TUTORIAL' |
8 | 'rm -r r:/IBMCPP/_include' |
9 | EXIT |
10 | |
11 |
Note:
See TracBrowser
for help on using the repository browser.