Re: Detailed system information

2015-11-11 Thread Roger Eller
*function* Bytes2Size pBytes *return* roundpBytes)/1024)/1024)/1024,2) && "GB" *end* Bytes2Size On Wed, Nov 11, 2015 at 4:54 PM, Roger Eller wrote: > I commented out the line dependant on another function: "Bytes2Size(the > diskspace)" > > __

Re: Detailed system information

2015-11-11 Thread Roger Eller
I commented out the line dependant on another function: "Bytes2Size(the diskspace)" and I changed stack "MyApp" to simply this stack. Result: System Profile Wednesday, November 11, 2015, 4:51 PM Application: MyApp Version: N/A Location: C:/Program Files (x86)/RunRev/LiveCode 6.5.2/LiveCode.

Re: Detailed system information

2015-11-11 Thread Magicgate Software - Skip Kimpel
Thank you Richard and Roger! I thought about using shell to get to command line systeminfo but it take too long to return the results. I think I will have something to start with here. I'll post whatever I end up creating. SKIP On Wed, Nov 11, 2015 at 4:38 PM, Roger Eller wrote: > Skip, here

Re: Detailed system information

2015-11-11 Thread Richard Gaskin
Skip Kimpel wrote: Has anybody created a script to get detailed information from the user in a standalone so that it can be sent back for debugging? Out of the box I am only finding "systemInformation" and "the platform" I would love to get many more details such as (on a Windows machine) the

Re: Detailed system information

2015-11-11 Thread Roger Eller
Skip, here are a few goodies. For the installed browsers, I think you'll have to query the registry, but I don't have the specifics on that. put the systemVersion put the platform put shell("java -version") put $COMPUTERNAME put $USERNAME ~Roger On Wed, Nov 11, 2015 at 4:05 PM, Magicgate S