#usage "Display a popup message\n"
"
"
"Usage: RUN ulpmessage text"
"
"
"Author: support@cadsoft.de"
// THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED
dlgMessageBox("" + argv[1] + "
" + argv[2] + "", "OK"); exit(0);