I have to maintain a server-side script written in JScript (NOT Javascript) that needs to discover the OS of the system that it’s running on. How can I do this correctly and robustly?
I have to maintain a server-side script written in JScript (NOT Javascript) that needs
Share
Take a look here for all the different system information you can get.
Here’s some sample code that I threw together based on that webpage: