[Info-vax] About $ run /mailbox DCL command

Jim Duff spam.this at 127.0.0.1
Sat Dec 31 19:55:59 EST 2011


On 31/12/2011 11:23 PM, A famous IT technical writer wrote:
> Dear VMS user,
> 
> The paper at http://vouters.dyndns.org/tima/OpenVMS-DCL-run_mailbox-Explanations-An_alternate_solution.html
> gathers my current knowledge about the $ run/mailbox DCL command.
> Everything came up with a need expressed to me. I have strictly been
> unable to find any pure DCL solution to this problem.
> In the hope you will find an interest with.
> Philippe


Philippe,

Is this what you're looking for?

$ create/mailbox/perm byebye
$ sh log byebye
   "BYEBYE" = "MBA1715:" (LNM$SYSTEM_TABLE)
$ run /det/input=nl:/output=nl: sys$system:loginout.exe/mailbox=1715
%RUN-S-PROC_ID, identification of created process is 2020BA2B
$ open in byebye
$ read in rec
$ close in
$ stat = f$extract (4,4,rec)
$ a = f$cvui (0,32,stat)
$ sh sym a
  A = 1   Hex = 00000001  Octal = 00000000001
$ delete/mailbox byebye
%DELETE-I-MBXDEL, Mailbox BYEBYE has been marked for deletion

Jim.
-- 
www.eight-cubed.com



More information about the Info-vax mailing list