#!/usr/dt/bin/dtksh okCB() { exit 0 } XtInitialize TOPLEVEL msg Dtksh $0 XmCreateMessageBox MSG $TOPLEVEL MessageBox \ messageString:"$1 not found in directories: $HOME/.dt/webbackdrops/scripts /etc/dt/webbackdrops/scripts /usr/dt/webbackdrops/scripts" XtAddCallback $MSG okCallback okCB XmMessageBoxGetChild CANCEL $MSG DIALOG_CANCEL_BUTTON XtUnmanageChild $CANCEL XmMessageBoxGetChild HELP $MSG DIALOG_HELP_BUTTON XtUnmanageChild $HELP XtManageChild $MSG XtRealizeWidget $TOPLEVEL XtMainLoop