I have a dos program that emulates a client server networked program by polling a network shared messaging text file.
The issue is that after some time windows 98, kicks in it’s idle sensitivity and brings down the program.
Apparently WIN98 monitors only keyboard activity to decide wether the program is idle.
How do I turn off this windows ‘feature’ or programitically fool WIN98?
SUNIL GUPTA