/* Event Clicked/selected - LICENSE  1008 */
Arg window self



license=inipath||'\license.txt'

rc=stream(license,'C','QUERY EXISTS')

if (rc > 0) then
  e rc
else
  response=VpMessageBox(window,'MAMERun - Read Me','Readme.txt does not exist.')


