source: branches/v2.9/test/SetComment.CMD@ 112

Last change on this file since 112 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 241 bytes
Line 
1/* */
2 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
3 call SysLoadFuncs
4
5file=ARG(1)
6file=STRIP(TRANSLATE(file,' ','"'))
7SAY ''
8SAY ''
9SAY ''
10SAY file
11
12say SysSetObjectData(file, "MMAUDIOCOMMENT=Kommentar")
13
14'pause'
Note: See TracBrowser for help on using the repository browser.