I'm thinking about writing a little program that takes useful system info (CPU speed, RAM, HD info, possibly some software info) and puts it into a text file, then contacts a website and uploads that info. Doing this for a project at work...anyway, does anyone know of a relatively easy way to do this? I'm not a C/C++ programmer or anything like that; I'm mainly going to be working the web interface to insert it into a MySQL db, and interact with the data. I'm just wondering how I'd go about getting this info (all on W2k or XP systems) on a per-system basis. Any ideas? It needs to be something commandline based, not GUI-based, so the domain login script could call it.
Rob
Rob