I realized that we didn't have an exe version of Edlin, so I compiled a 16-bit version using OpenWatcom, and put it on the FreeDOS Files Archive at Ibiblio:
https://ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edlin/2.21/ This was compiled with: > COPY CONFIG‐H.OW CONFIG.H > WCL ‐q ‐os ‐DHAVE_CONFIG_H edlin.c edlib.c dynstr.c defines.c No errors or warnings during the compile (the "-q" option only suppresses normal output, errors and warnings still get printed). So far in my testing, everything works fine. Jim _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
