POV-Ray : Newsgroups : moray.win : Adding programs to Moray's Tool menu Server Time
29 Jul 2024 16:28:35 EDT (-0400)
  Adding programs to Moray's Tool menu (Message 1 to 2 of 2)  
From: Twyst
Subject: Adding programs to Moray's Tool menu
Date: 15 Jul 1998 22:30:51
Message: <35ad57cb.0@news.povray.org>
To add new items to the Tool menu of Moray For Windows, start Regedit.

Go to HKEY_CURRENT_USER\Software\SoftTronics\Moray For Windows\Tools

Add a new Key. Name it what you would like to appear on the menu, like "My
Tool"

In this key, add a new string value named "Commandline". This is the command
line parameters for the program. ( if any are needed. )

Add another string value, named "Executable". This is the full path and
filename of the program.

Add one more string value, this one is called "HomeDir" This is the path of
the program.

Finally, add a binary value and call it "Is16BitApp". Set this one to "0"

There ya go! A new tool in your tools menu for Moray. =)

--
Twyst=====================================
pov-ray news, reviews and tutorials
http://twysted.net
e-mail: twy### [at] twystednet
==========================================


Post a reply to this message

From: Lutz Kretzschmar
Subject: Re: Adding programs to Moray's Tool menu
Date: 16 Jul 1998 06:07:56
Message: <35adbd3e.4428017@194.174.214.10>
> Finally, add a binary value and call it "Is16BitApp". Set this one to "0"
Only do this if the program is a 32-bit app. Set it to 01 if the
program is a 16-bit app.

- Lutz
  email : lut### [at] stmuccom
  Web   : http://www.stmuc.com/moray


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.