view "Startup" = {
  menu "Applications" = {
    item "Calculator" = {
      DoShellCommand("exec /usr/bin/dxcalc", "False");
    }
    item "Clock" = {
      DoShellCommand("exec /usr/bin/dxclock", "False");
    }
    item "Mail" = {
      DoShellCommand("exec /usr/bin/dxmail", "False");
    }
    item "Notepad" = {
      DoShellCommand("exec docmd -token FILE /usr/bin/dxnotepad FILE", 
		     "True");
    }
    item "CDA Viewer" = {
      DoShellCommand("exec /usr/bin/dxvdoc", "False");
    }
  }
}
