Thanks. :)
DOSphantom
Posts
-
Dif bettwen OS code. -
Remove IE???Well lets see I'm running 2000 so 2k3 should do almost the same. The way to do it is just open my computer go to control panle then add\remove programs in there should be IE #. In XP its a little diffrent not much.
-
Kill Command on Win 2K3If you whant to dirctly call the kill command use system("kill blahblahbla"); command.
-
Kill Command on Win 2K3Well you could use signals from the signal.h that will mean manule sending a sig. And I think the kill command is a admin only command I think. You could trie to some how create your own kill function by scratch whitch will take more time.
-
Latest Windows Build?Well I think the MS knolege base might have some thing on it.
-
Dif bettwen OS code.Do's any one really know the diffrence bettwen Win32 & Linux C\C++ code? I can't find very many diffrences bettwen them.:doh: Exept for the WinAPI code.