>it's still beyond my understanding why you don't want to edit small 
>files with edit32 
>
> Tom

Well, because the full idea is more like:

If file < 64k
  then edit.exe the file
else (file > 64k)
  if processor 386+
    edit32 the file
  else
    error "sorry, file to big!"
  endif
enfif

So that it works both on 8086 and 386+.




_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to