justpoints
/infobank/programs/dbase/justpoints/justpoints.for
Program to add a justpoints.keep file into an Activity's /meta/ directory.
Clint Steele 10/10/2002
read (5, '(q,a)', end = 99) IDLength, ID(1:IDLength)
call changecase ('SMALL', ID(1:IDLength)) call system ('/bin/cp '// * '/infobank/programs/keep/justpoints.keep '// * '/infobank/'//ID(1:1)// * '/'//ID(1:IDLength)// * '/meta/justpoints.keep')