|
|
1 |
Adds text to current dislay line while person
is typing and increases the cursor position |
|
This is an TSR program that hooks itself with the Keyboard interrupt
and after the interrupt is generated for the five times. Then it
inserts the character at the current cursor position and increas |
2 |
Blinking Lights on Keyboard |
|
This is a TSR program. It hooks itself with the timer interrupt and
automaticcy lights on/off the Num, Caps and Scroll Lock keys LEDs on
the keyboard. It is a fun to watch |
3 |
Mirror your DOS screen |
|
This is a TSR program which hooks itself with the timer interrupt
and changes the current DOS screen with its mirror image i.e.
character on the first line will be displayed on the last and on
last wi |
4 |
Character Eater |
|
This TSR program hooks itself with timer interrupt and selects a
random row and coloums position at each run and writes space at that
position, the person using the computer feels that something is e |
5 |
A TSR CLOCK. |
|
This is the TSR clock in c language. Every time when dos run u have
to run exe file of this source code and you get result. This utility
works properly only in the text mode. Since the time is to |
6 |
Flash name of exe com file that is being
opened in write mode |
|
this tsr specify names of exe files which are opened in write
mode.try this beautiful program |
7 |
falling of charecters |
|
IN THIS PROGRAM ALL THE CHARECTERS WILL FALL DOWN ONE BY ONE.
ACCORDING TO THE delay() FUNCTION. THIS WILL WORK ONLY IN DOS(NOT IN
UNIX/LINUX). JUST EXECUTE THE exe FILE AND ENJOY |
8 |
Flash name of exe com file that is being
opened in write mode |
|
this tsr specify names of exe files which are opened in write mode.
try this beautiful program |
9 |
DOS Key Logger (Mini Project) |
|
DOS Key Logger.Traces kyes typed & Displays on screen while KEY F12
pressed.Can be manipulated to store in file |