Hi all.
How can write a program in C that run at start up and resident in memory?
Thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 15, 2013, 2:08 PM
For MS-DOS you need to write a 'terminate and stay resident' program or TSR.
Information on writing stuff like this is hard to find nowadays but check out this book chapter:
http://guideme.itgo.com/atozofc/ch27.pdf
which is extracted from this free online book:
http://guideme.itgo.com/atozofc/
Guest UserPosted Nov 16, 2013, 2:26 AM
Guest UserPosted Nov 15, 2013, 11:01 AM
VulpesPosted Nov 14, 2013, 11:43 AM
Have another look :)
Guest UserPosted Nov 14, 2013, 11:31 AM
VulpesPosted Nov 14, 2013, 11:18 AM
http://www.devx.com/cplus/Article/9857
It's an old article but should still enable you to get started with this.