any (dinosaur ;)) knows any DOS TSR Text replacement ?

For everything that's not in any way related to PureBasic. General chat etc...
plouf
Enthusiast
Enthusiast
Posts: 282
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

any (dinosaur ;)) knows any DOS TSR Text replacement ?

Post by plouf »

Hello

i am looking for a DOS program to replace text in runtime.
there was some in the past (decades ago) but cant remember/find now

these programs where executed and remain resident in memory, had some text associations i.e "microsoft = crap " " ABC = DEF " etc
when a program executed AFTER it and has this text anywhere printed (on screen) it does replace it.
Christos
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: any (dinosaur ;)) knows any DOS TSR Text replacement ?

Post by luis »

Terminate and stay resident! I remember Borland Sidekick. I wrote a couple too, nice times.

I don't have one doing what you ask, but I have some source templates, in both C and ASM to help making one from scratch if that can help. You need to have some DOS ASSEMBLER, and some old C compiler for DOS to build them and code the rest by yourself. It's not difficult if you have some DOS programming experience.
You just need to set a pointer to the base memory address for the monochrome or color card and then read and write in the characters video memory (or use BIOS interrupts calls to do the same in a "higher" way).
"Have you tried turning it off and on again ?"
plouf
Enthusiast
Enthusiast
Posts: 282
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: any (dinosaur ;)) knows any DOS TSR Text replacement ?

Post by plouf »

thanks ! but it not so urgent to spend time learning DOS :) i have no background in dos programming ;)

somethink old and tested is preffered
Christos
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: any (dinosaur ;)) knows any DOS TSR Text replacement ?

Post by luis »

Try to look on some abandonware site, or in the SimTel archives (google) they still have lot of DOS software, I don't have other ideas :)
But considering the peculiar thing you are looking for I think the probability of finding something like this are quite low.
"Have you tried turning it off and on again ?"
Post Reply