#!/bin/sh
#    setupMessage
#	$1 folder name
#	$2 massage id
#	$3 msg_file_dir
#	$4 show command with path
#	$5 setup_msg command with path
$4 -cnv -noshowproc +$1 $2 2>/dev/null | $5 $3 2>/dev/null
