RE: Can you use a Notes button to grab Registry/Computer information? Neil D Brett 11.Jul.00 07:26 PM a Web browser Domino Designer -- Other 4.6.5cWindows NT
One way to do this is to use Windows API calls from LotusScript to obtain the information (your email does not specify, but I assume your users are using Windows).
I do not know if there is a better way, but this is the first that I thought of and it would work too. For sample code (I do not have any) you should look at the Microsoft site for VB samples that you can modify or use 'as is' in LotusScript. I suspect there are also samples (of the technique at least) on this site