" Start OWST\Smalltalk Release 4.0 image " /usr/smalltalk4.0b/bin/st80 /usr/smalltalk4.0b/image/st80.im & " Enhancements provided with the compliments of Taskon. " 'TaskonEnhancements.st' asFilename fileIn. " Greed example program, copyright 1992 Taskon, Oslo " 'TaskonTutor.st' asFilename fileIn. " Install Desktop. " Desktop1 install. " Class initializations. " Desktop allClassInitializations. " Open Taskon extened ChangeList with one code pane " Change1ListView open. " Open Taskon extended ChangeList with two code panes showing file and system versions side by side " Change1ListView openOn2: Change1List new " Run Greed " GROrganizerTool2 open. " Prof. T. Reenskaug is available at /c=no/admd=telemax/prmd=taskon/s=reenskaug/ (this is X.400 mail) reenskaug@taskon.telemax.no " " C.P. Swensson, 920403 "