Programming problems for Win NT 
Author Message
 Programming problems for Win NT

i need to write a c source code for a program to scan files on a drive
to detect which version of the windows NT is being run. Also, i need to
check for any service packs installed. It must also incorporate a
diagnostic tool to do a quick check on the nt system or win95 system for
illegal software installed in the system(e.g. "back door", trojan horse,
etc)

My problem is that i dont know how to set about doing this since my
experience in the C language is pretty basic. Any idea how to go about
it, or are there such source codes available anywhere on the web?

hope that you will reply soon.. thanks.. your help would be very much
appreciated...

Problem Child



Mon, 13 Nov 2000 03:00:00 GMT  
 Programming problems for Win NT

:i need to write a c source code for a program to scan files on a drive
:to detect which version of the windows NT is being run. Also, i need to
============
This is completely off-topic in comp.lang.c.  While the question suggests
that comp.sources.wanted or a windows newsgroup would be
appropriate, I know this question has been discussed at length in
comp.os.msdos.djgpp.  Use dejanews to look for appropriate
articles.
=============
:check for any service packs installed. It must also incorporate a
:diagnostic tool to do a quick check on the nt system or win95 system for
:illegal software installed in the system(e.g. "back door", trojan horse,
:etc)
:
:My problem is that i dont know how to set about doing this since my
:experience in the C language is pretty basic. Any idea how to go about
:it, or are there such source codes available anywhere on the web?
:
:hope that you will reply soon.. thanks.. your help would be very much
:appreciated...
:
:Problem Child

:



Mon, 13 Nov 2000 03:00:00 GMT  
 Programming problems for Win NT

Quote:

> i need to write a c source code for a program to scan files on a drive
> to detect which version of the windows NT is being run. Also, i need to
> check for any service packs installed. [...]

Just figure out a way to parse the (re)boot messages on Billy Boy's
peecee "nt" ``play purty''.  They'll occur frequently enough without
any intervention whatsoever.

--
========================================================================

              http://www.geocities.com/ResearchTriangle/6375
========================================================================



Tue, 14 Nov 2000 03:00:00 GMT  
 Programming problems for Win NT

i need to write a c source code for a program to scan files on a drive
to detect which version of the windows NT is being run. Also, i need to
check for any service packs installed. It must also incorporate a
diagnostic tool to do a quick check on the nt system or win95 system for

illegal software installed in the system(e.g. "back door", trojan horse,

etc)

My problem is that i dont know how to set about doing this since my
experience in the C language is pretty basic. Any idea how to go about
it, or are there such source codes available anywhere on the web?

hope that you will reply soon.. thanks.. your help would be very much
appreciated...

Problem Child



Wed, 15 Nov 2000 03:00:00 GMT  
 Programming problems for Win NT

Why not use the GetVersionEx() function?  (MSDEV studio will have the
appropriate documentation you need for this.)  In general it is a bad idea
to obtain OS information by attempting to scan files, etc.

I am not sure exactly what you mean by "illegal" software.  Virus scanners
may do nicely for that task.

Also, the appropriate forum for this question is probably along the lines of
comp.os.windows.

Quote:

>i need to write a c source code for a program to scan files on a drive
>to detect which version of the windows NT is being run. Also, i need to
>check for any service packs installed. It must also incorporate a
>diagnostic tool to do a quick check on the nt system or win95 system for

>illegal software installed in the system(e.g. "back door", trojan horse,

>etc)

>My problem is that i dont know how to set about doing this since my
>experience in the C language is pretty basic. Any idea how to go about
>it, or are there such source codes available anywhere on the web?

>hope that you will reply soon.. thanks.. your help would be very much
>appreciated...

>Problem Child




Thu, 16 Nov 2000 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Problem: Developing on Win 98 and running on Win NT

2. Problem: Develop on Win 98 and run on Win NT

3. Problem: Developing on Win 98 and running on Win NT

4. Win NT 4.0 - Win 95 Registry Reading Problems

5. Win 2000 built OCX won't load on a WIn NT or 98 system

6. CGI Programming using C/C++ on Win 95/NT

7. WIN NT , MY PROGRAM AND A SERVICE

8. Win NT to Win 95

9. Porting application from Win 95 to Win NT

10. Printing on Win NT Vs. Win 98 ?

11. Q: Differences WIN NT / WIN 95 in VC++ 5.0

12. SHBrowseForFolder (Win 2000 vs. Win NT)

 

 
Powered by phpBB® Forum Software