Hi,
I need to retrieve a lot of system specific info. I’m letting the user run a ‘systems check’ from within a command bar in Excel (one they are already used to use)
It writes a log file back to me and I can subsequently check for discrepancies to the expected standards.
In a command prompt one can write ‘set’ and get a lot of systemvariables returned in an easy and simple overview.
Is it possible from within VBA to retrieve either a bulk of values or single values using the same keywords as in ‘set’ (eg. %USERNAME%, %COMPUTERNAME% etc, etc)
TIA