Re: [Freedos-user] Catch "rd" order before command.com processing

2016-03-29 Thread Hans-Christian Koch
Hey guys! >> Nevermind my answer. This may work directly from prompt but not from >> within my program. I guess I need to do it in command.com. So can you > >recommend any good documentation on how to compile freecom and maybe which source? > > Is this program something you wrote or somebody els

Re: [Freedos-user] Catch "rd" order before command.com processing

2016-03-29 Thread Hans-Christian Koch
Nevermind my answer. This may work directly from prompt but not from within my program. I guess I need to do it in command.com. So can you recommend any good documentation on how to compile freecom and maybe which source? --

Re: [Freedos-user] Catch "rd" order before command.com processing

2016-03-29 Thread Hans-Christian Koch
; rd %1%" I believe that's the right syntax. -L On Tuesday, March 29, 2016, Hans-Christian Koch mailto:hc.k...@scheerkoch.de> > wrote: Hey all! Once again I am trying to run some old programs under Linux emulation DOSEMU which is making use of FREEDOS. In one of the

[Freedos-user] Catch "rd" order before command.com processing

2016-03-29 Thread Hans-Christian Koch
Hey all! Once again I am trying to run some old programs under Linux emulation DOSEMU which is making use of FREEDOS. In one of them you have the option to delete directories, it does it like this: del C:\directory\*.rec del C:\directory\*.dat del C:\directory\eti.bin rd C:\directory As

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hey Eric, nice to meet you! I tried to find your Email on the web as I saw your name in makefile but I only found an old one. Thanks for your help, works very well!! -Ursprüngliche Nachricht- Von: Eric Auer [mailto:e.a...@jpberlin.de] Gesendet: Montag, 16. Dezember 2013 20:53 An: freedos

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
endet: Montag, 16. Dezember 2013 19:06 An: Discussion and general questions about FreeDOS. Betreff: Re: [Freedos-user] Compile mode.com On Mon, Dec 16, 2013 at 12:22 PM, Hans-Christian Koch wrote: > > as I am trying to get a working serial port emulation under DOSEMU I > would like to u

[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (<1 or >4) as I'd like to configure COM5. I found the code in mode.c and chang

[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (<1 or >4) as I'd like to configure COM5. I found the code in mode.c and chang