> On May 28, 2026, at 7:24 PM, victoria crenshaw via Freedos-devel > <[email protected]> wrote: > > https://git.gay/sparky4/fdnpkg16/releases/download/0.99.8254b/fdnpkg16.zip > https://4ch.mooo.com/freedos/repos/1.4/html/en/net/fdnpkg16/ > > > > get it here or use fdnpkg16.exe to update to it > > > > change log: > > * 0.99.8254b: fixed a bug with downloading a file not existing in repository > * added a feature when downloading a package it will ask if the user wants to > override the existing file on disk with same name. > * the documented features not in help are in the help now.
Sounds great. > > for Jerome i need to do a voice call to add in the error levels, the ctrl+c > stuff, and the case sensitive stuff with you! :D when your free in June. I am > not available for a bit because i got an event named VCFSW to go to and table > at! :D > While those topics can be considered to be general DOS related items, I don’t use C. When it comes to compiled code for DOS, I stick to assembly and Pascal. Someone who works with C could help you much more effectively with implementing those changes. Most of what you need should be available as standard C function calls. Setting the program exit code (returning an error level), performing a non-case specific string comparison are both very common behavior for a program. While it is a little more complicated, overriding the behavior of CTRL+C is very common with bigger applications. I strongly advise finding someone who does a lot of work with C to help you with those issues. :-) > _______________________________________________ > Freedos-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freedos-devel
_______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
