source: branches/prepare.CMD@ 201

Last change on this file since 201 was 173, checked in by erdmann, 18 months ago

Merged changes from Gregg's branch

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'
9EXIT
10
11
Note: See TracBrowser for help on using the repository browser.