chastext for DOS

Опубликовано: 26 Июнь 2026
на канале: Chastity Rose
0

chastext for DOS

I wrote a DOS version of the chastext program for simple search and replace. It does have some limitations because command line arguments are handled very different in DOS than they are in Linux. I can't simple put quotes around two words to have them count as one argument like I can in Linux. Aside from that, it seems to work. I can replace individual words in a text file with a different word. I will have a demo video up soon but see the post about the Linux version in the Linux forum to get the basic idea of what it should do. I am not trying to recreate sed or awk but a simple find/replace is a worthwhile project for learning something new after I have mastered my chastehex and chastecmp programs. I can manipulate binary files flawlessly because they are predictable so now I am testing my limits on text based processing. The source of the assembly code for Linux and DOS is available. I also have a C version that should work on any OS.

https://github.com/chastitywhiterose/...