Back | Reverse |

system software help
Link | by Kanojo on 2005-07-04 10:14:01
hi! i want to program a pc diagnosis software but i dont know how can i make the software interact with the computer itself ...i have background on application software programming but i've never tried doing a system software so i really don't know what to do or where to start...

Re: system software help
Link | by StriderNeko on 2005-07-05 02:11:40
It would all depend on how you wanted your program to interact with the computer... If you want it to be able to read the windows Registry, for example, it needs to be able to read & change records in the registry file (though I would pick up a book on Windoes Registry key values beforehand); If you want it to scan the hard drive for particular files, you will need it to be able to do file/folder commands on your directory structure, which is fairly easy to do these days in high-level programming languages, such as Microsoft .Net, etc... If you want the software to diagnose things like the CPU usage, Swap file usage, etc... while the PC is running, you'll want to study up on how Windows System Information can read these values, and how you can access those values for use in your program (which will probably, again, take a decent Windows book);

Re: system software help
Link | by Kanojo on 2005-07-05 03:31:18
ok i would look into that thanks! :) btw do you know any website where i could get some information about that?...and if you happen to have any topic suggestions for a senior thesis topic please post it here...my partner and i would really appreciate it :) thanks again...

Back | Reverse |

Copyright 2000-2024 Gendou | Terms of Use | Page loaded in 0.0022 seconds at 2024-12-27 14:24:23