Re: [Freedos-devel] Reading/writing to disk from TSR

2006-03-08 Thread Arkady V.Belousov
Hi! 8-Мар-2006 18:49 [EMAIL PROTECTED] (Andreas Berger) wrote to freedos-devel@lists.sourceforge.net: AB> Does anyone know how to safely read/write a file from/to a disk from a AB> TSR program? Yes. You may call DOS functions only when DOS is not already called (because DOS is not reentrant

[Freedos-devel] Reading/writing to disk from TSR

2006-03-08 Thread Andreas Berger
Does anyone know how to safely read/write a file from/to a disk from a TSR program? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast a

Re: [Freedos-devel] Free command line

2006-03-08 Thread Alain M.
I have a suggestion. I am answering here so that we can talk it over :) you ca read the screen starting frm the cursor, back to the begining of the line and see if it is a valid prompt. does anyone agree with that? Alain Andreas Berger escreveu: I need to write a TSR program that can auto-ex

Re: [Freedos-devel] Free command line

2006-03-08 Thread Andreas Berger
It is similar, but not exactly what I need since my TSR will be doing other things as well. Too bad there is no source-code with cron19 Robert Riebisch wrote: Andreas Berger wrote: I need to write a TSR program that can auto-execute a program from time to time, but only when the user isn'

Re: [Freedos-devel] Free command line

2006-03-08 Thread Robert Riebisch
Andreas Berger wrote: > I need to write a TSR program that can auto-execute a program from time > to time, but only when the user isn't doing anything. To do this I will Did you try http://garbo.uwasa.fi/pub/pub/pc/unix/cron19.zip ? It's free (public domain) since November 2005. Robert Riebisch

[Freedos-devel] Free command line

2006-03-08 Thread Andreas Berger
I need to write a TSR program that can auto-execute a program from time to time, but only when the user isn't doing anything. To do this I will place the keystrokes to type in the program name into the DOS keyboard buffer. Could someone tell me: a) if I can tell if I am on the command line (N