Re: [Freedos-devel] File manager

2007-04-10 Thread Jose Antonio Senna
Oleg O. Chukaev wrote: >I am searched for a small and fast open-source file manager, but >found nothing. Now I use Volkov Commander, but it is not open-source >program :-( What about Directory Freedom ? It is small, fast and now open sou

Re: [Freedos-devel] ideas about FreeDOS resident calculator

2007-04-10 Thread Tony G
I still think it would still be easier to build a calculator API and just implement what you need into Blocek. Simple calculations would be of course easy to do, but imagine having to do complex functions, with nested levels would require recursive calls on an interrupt... The original intent o

Re: [Freedos-devel] ideas about FreeDOS resident calculator

2007-04-10 Thread Ladislav Lacina
> in memory). Which functions should be available via INT 2f except > these? Maybe conversions from/to another number representation systems. 255dec = FFh = b - Take Surveys. Earn Cash. Influence the Future of IT Jo

Re: [Freedos-devel] File manager

2007-04-10 Thread Alain M.
There is one Real Mode NDN, it is amall and much faster... No LFN, small footprint, works very well :) if you don't find it anywhere, I have a stripped down version (I lost the full distro) Alain Oleg O. Chukaev escreveu: > Ladislav Lacina wrote: > >> I would like to ask: which file manager

Re: [Freedos-devel] File manager

2007-04-10 Thread Oleg O. Chukaev
Ladislav Lacina wrote: >I would like to ask: which file manager is preffered for FreeDOS >distributions? I think it is very important thing - nobody will >use DOS without any NC clone. And it is stupid to not have such >thing on the distribution CD/diskette. I am searched for a small and fast ope

Re: [Freedos-devel] ideas about FreeDOS resident calculator

2007-04-10 Thread Oleg O. Chukaev
Ladislav Lacina wrote: >FDRC is nice and comfortable. But you could go further. Now is the TSR >module called by hotkey. What about making a alternate interface through >some interrupt? Now FDRC serves to users but if you would make some API >let's say on 2Fh DOS multiplex it could serve to progr