Re: read monitor (>>>) variables from OpenVMS ?

From: Christoph Gartmann (gartmann_at_non.immunbio.mpg.de.sens)
Date: 02/24/05


Date: Thu, 24 Feb 2005 13:41:08 +0000 (UTC)

In article <Pine.LNX.4.61.0502230851590.7084@frank.harvard.edu>, Chip Coldwell <coldwell@physics.harvard.edu> writes:
>On Wed, 16 Feb 2005 Pierre.Bru@spotimage.fr wrote:
>
>> hi,
>>
>> is there a way to read the monitor variables (thoses at the >>> prompt,
>> before boot) from an OpenVMS session ?
>>
>
>The program appended below contains three files: once C source, one
>Macro-64 (Alpha assembly) source, one MMS. It does what you want.
>(Strictly speaking, the assembly code didn't need to be assembly; it could
>have been done in C but it would have been a lot less elegant.) After you
>build, you should define it as a foreign command:
>
>$ GETENV :== $DISK$USER:[COLDWELL.SRM]GETENV.EXE
>
>(modify to match your directory hierarchy), then you can run
>
>$ getenv bootdef_dev
>dka0.0.0.6.1
>
>or whatever variable suits your fancy. Alpha-only, of course.

Now, would it be a big deal to modify it in a way that one could use wildcards?
 $ getenv kbd*

Regards,
   Christoph Gartmann

-- 
 Max-Planck-Institut fuer      Phone   : +49-761-5108-464   Fax: -452
 Immunbiologie
 Postfach 1169                 Internet: gartmann@immunbio dot mpg dot de
 D-79011  Freiburg, Germany
               http://www.immunbio.mpg.de/home/menue.html


Relevant Pages

  • Re: Cant Access Network Resources. Clock Sync errors
    ... I think other Admins may modify this option. ... Did you install software recently? ... How to set additional user properties in Window 2000 with MMS ...
    (microsoft.public.windows.server.active_directory)
  • sending MMS using CEMAPI
    ... Currently I use several code snippets designed to send SMS and modify them to send MMS. ... I end up with the following code snippet which can placed the MMS into MMS Outbox folder and cause the phone to attempt to send the MMS, but a failure (error message: ...
    (microsoft.public.pocketpc.developer)