how to identify a 64-bit Windows machine in Rev

2010-09-13 Thread Phil Davis
Does anyone have a clear-cut way for Rev to know whether it's running in a 32-bit or a 64-bit environment on Windows? Bonus points for being able to identify hardware & software 'bits' separately. Many thanks! -- Phil Davis PDS Labs Professional Software Development http://pdslabs.net __

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Pierre Sahores
Hi Phil, Why not check the Registry trough a rev command line call ? HTH, Pierre Le 14 sept. 2010 à 02:06, Phil Davis a écrit : > Does anyone have a clear-cut way for Rev to know whether it's running in a > 32-bit or a 64-bit environment on Windows? Bonus points for being able to > identify

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Phil Davis
Thanks Pierre - what thing in the registry should I check? Phil On 9/14/10 3:51 AM, Pierre Sahores wrote: Hi Phil, Why not check the Registry trough a rev command line call ? HTH, Pierre Le 14 sept. 2010 à 02:06, Phil Davis a écrit : Does anyone have a clear-cut way for Rev to know wheth

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread AndyP
ext: http://runtime-revolution.278305.n4.nabble.com/how-to-identify-a-64-bit-Windows-machine-in-Rev-tp2538259p2539738.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Pl

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Dar Scott
On Sep 13, 2010, at 6:06 PM, Phil Davis wrote: Does anyone have a clear-cut way for Rev to know whether it's running in a 32-bit or a 64-bit environment on Windows? Hardware CPU: Under... HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0 ...find... Identifier REG_SZ If 64 is in

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Mark Wieder
DAR! -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolut

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Jerry J
On Sep 14, 2010, at 5:37 PM, Dar Scott wrote: > Otherwise, you don't know. Hey Dar, its about time for another food fight! -- Jerry Jensen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread J. Landman Gay
DAR! Where ya been?? Wow. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscri

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Dar Scott
On Sep 14, 2010, at 6:55 PM, Mark Wieder wrote: DAR! Yeah! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/lis

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Dar Scott
On Sep 14, 2010, at 7:13 PM, Jerry J wrote: Hey Dar, its about time for another food fight! Good idea! I'm still slow after a four year coma, though. Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subs

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Dar Scott
On Sep 14, 2010, at 7:34 PM, J. Landman Gay wrote: DAR! Where ya been?? Wow. I got out early! Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferen

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Phil Davis
Thanks Andy. On 9/14/10 3:28 PM, AndyP wrote: Hi Phil, Try this is the message box. put shell("systeminfo") Part of the retuned info will include System Type: X86-based PC So. x86-based PC: It’s a 32-bit computer. x64-based PC: It’s a 64-bit computer. On Win7 If you have a 64 bit v

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Phil Davis
You give the most complete answers! Thanks Dar. You've been missed in these parts! Phil On 9/14/10 5:37 PM, Dar Scott wrote: On Sep 13, 2010, at 6:06 PM, Phil Davis wrote: Does anyone have a clear-cut way for Rev to know whether it's running in a 32-bit or a 64-bit environment on Windows

Re: how to identify a 64-bit Windows machine in Rev

2010-09-15 Thread Dar Scott
On Sep 14, 2010, at 6:37 PM, Dar Scott wrote: ProcessorStringName Whoops. I think that is ProcessorNameString. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: how to identify a 64-bit Windows machine in Rev

2010-09-15 Thread Dar Scott
On Sep 15, 2010, at 12:16 AM, Phil Davis wrote: You give the most complete answers! Thanks! But, you'll notice that the hardware detection part is weak. Besides ProcessorNameString in the registry, you might look at Identifier or "Platform ID". You might try testing for a bunch of CPU