This is a discussion on How to Prepare for TSR Programming within the C and C++ Programming forums, part of the Software Development category; Hi buddies Can any one help me how to learn & use TSR programming. i want to monitor the activities ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi buddies Can any one help me how to learn & use TSR programming. i want to monitor the activities of the machine/users and prepare a log file. using c or cpp TSR programming. can any one guide me how to do thiS.
__________________ SeeSamJagan- Sky is not the "LIMIT", Death is not the END, There is still something beyond.... |
| Sponsored Links |
| |||
| Hi, Let me explain u, Little bit about TSR Programming Concept. TSR or “Terminate and Stay Resident” Programming is one of the interesting topics in DOS Programming. TSR programs are the one which seems to terminate, but remains resident in memory. So the resident program can be invoked at any time. Few TSR programs are written with the characteristic of TCR (Terminate Continue Running) i.e., TSR program seems to terminate, but continues to run in the background. TSR Programming is supposed to be an easy one, if you know the DOS internals.
__________________ Regards, VELHARI I am not totally useless. I can be used for a bad example |
| |||
| Hi, TSR stands for Terminate and Stay Resistant. A TSR program installs itself (or gets installed) and will stay permanent in the system even if the program returns from its main routine. The clock which we will develop here is an excellent example of a TSR program. We want a clock which outputs its time on the statusline, but we want also to use the calculator's commandline as usual. A program which loops within its main routine (like the one developed in tutorial S1P2) cannot be used for this purpose. The clock program has to return from its main routine letting the system think that it has finished. |
| |||
| hi poornima, you said something in the following phara, what is it. i dont know about what you are speaking.. do yu speak about any book that you use? Quote:
__________________ SeeSamJagan- Sky is not the "LIMIT", Death is not the END, There is still something beyond.... |
| |||
| Hi seesamjagan, Look at the status bar of the system,u have a clock.We can get the clock info through commandline also.This Clock stays permanent in our system which is an best example of TSR.Are u clear? |
| |||
| hi poornima, thanks for your justification , i was confisued just because of the words highlighted belowQuote:
__________________ SeeSamJagan- Sky is not the "LIMIT", Death is not the END, There is still something beyond.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP Programming! | theseokit | PHP Programming | 3 | 10-02-2008 01:01 AM |
| socket programming | amansundar | VB.NET Programming | 15 | 07-20-2008 02:23 AM |
| best IDE for mobile programming | amansundar | Mobile Software Development | 8 | 11-10-2007 12:15 AM |
| How to prepare Bug report for every day build? | KiruthikaSambandam | Software Testing | 2 | 08-28-2007 05:57 AM |
| What is the difference between Windows programming and database programming? | Arun | VB.NET Programming | 0 | 07-18-2007 07:58 AM |