Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
System watching praogram
Name: wille Date: March 25, 2008 at 12:32:26 Pacific OS: WINDOWS XP Home Edition CPU/Ram: 3.2GHz
Comment:
Hi, I need like a program or something like that to watch changes in the system. Like this; I have this program that reads this specific file, and I wanna find out WHAT file that is. Is there such a program?
Name: Razor2.3 Date: March 25, 2008 at 20:36:13 Pacific
Reply:
Process Monitor will do what you want. It's kind of advanced, though.
0
Response Number 2
Name: ghostdog Date: March 25, 2008 at 20:47:54 Pacific
Reply:
if I understand you correctly, you want to find out WHAT file type it is, you can try out GNU file. Download and install the utility here http://gnuwin32.sourceforge.net/pac... for Windows.
on the command line , just type
c:\test> file <myfile>
0
Response Number 3
Name: wille Date: March 30, 2008 at 05:14:45 Pacific
Reply:
ghostdog, you misunderstood. I don't wanna know the type, I wanna know whitch file. But thanks very much anyway:D. Raxor2.3, Thanks, processmonitor is probably the closest I'm gonna get to this. thanks both of you
Summary: "Perhaps his native language is not English as state above." I don't know Italian, but if I can speak/write a little, I can most certainly use a spellchecker in some capacity. "Maybe he doesn't have d...
Summary: if you get input from the command line: char name[255]; char ext[255]; char cmd[512]; . . . printf("enter program name-> "); gets(name); printf("enter extension-> "); gets(ext); sprintf(cmd,"ls %s|gr...
Summary: Hi, I'm writting program on to get total number of request made to kernel routine alloc_pages(...) since system was booted. I'm stuck on getting data valuse from kernel development routine to the u...