Hi, Back in 2019 i tinkered with a few real-mode clipboard utilities and i am sharing them here in case someone might find them useful.
gopher://tilde.pink/1/~bencollver/files/dos/util/clip/ * winoldap.com is a TSR that provides the WinOldAp API for a system-wide clipboard on FreeDOS. It is limited to 64K of data. It is based on code from dosclip.arj and it has been modified to be assembled using nasm instead of A86. Run: winoldap.com * mouseclip.exe is a TSR that provides a mouse-driven copy/paste feature on the FreeDOS console. It has been modified to always use the WinOldAp clipboard. It has also been modified to increase the maximum buffer size to 32K. Run: mousclip.exe /B32767 * clip.com reads up to 64K from stdin and copies it into the WinOldApp clipboard. Run: clip.com <file.txt * paste.com reads up to 64K from the WinOldAp clipboard and copies it to stdout. Run: paste.com >file.txt -Ben _______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user