#ident	"@(#)face:src/xx/cmdfile.txt	1.5"

name=cancel
help=open text $VMSYS/OBJECTS/Text.h cancel cancel

name=cleanup
help=open text $VMSYS/OBJECTS/Text.h cleanup cleanup

name=exit
action=nop

name=exit
action=`if $VMSYS/bin/chkperm -t exit;
then
	echo 'OPEN TEXT $VMSYS/OBJECTS/Text.exit';
else
	echo 'exit_now';
fi`
help=open text $VMSYS/OBJECTS/Text.h exit exit

name=frm-mgmt
help=open text $VMSYS/OBJECTS/Text.h frm-mgmt frm-mgmt

name=goto
help=open text $VMSYS/OBJECTS/Text.h goto goto

name=help
help=open text $VMSYS/OBJECTS/Text.h help help

name=next-frm
help=open text $VMSYS/OBJECTS/Text.h next-frm next-frm

name=prev-frm
help=open text $VMSYS/OBJECTS/Text.h prev-frm prev-frm

name=refresh
help=open text $VMSYS/OBJECTS/Text.h refresh refresh


`if $VMSYS/bin/chkperm -t unix;
then
	echo 'name=unix-system';
	echo 'help=open text $VMSYS/OBJECTS/Text.h unix-system unix';
else
	echo 'name=unix-system';
	echo 'action=nop';
	echo 'name=unix';
	echo 'action=nop';
fi`

name=update
help=open text $VMSYS/OBJECTS/Text.h update update

name=time
action=nop

name=time
action=`date '+%r'|message -t`nop

`if [ -f /usr/vpix/dosinst ];
then
	echo 'name=dos-to-unix';
	echo 'action=OPEN FORM $VMSYS/OBJECTS/dos/Form.udconv d2u';
	echo 'help=OPEN TEXT $VMSYS/OBJECTS/Text.h dos-to-unix dos/T.hdosunix';

	echo 'name=unix-to-dos';
	echo 'action=OPEN FORM $VMSYS/OBJECTS/dos/Form.udconv u2d';
	echo 'help=OPEN TEXT $VMSYS/OBJECTS/Text.h unix-to-dos dos/T.hunixdos';
fi`
