On 13 Mar 2004 at 1:37, P Witte wrote: > > Hi all, > > I have a wee problem with Menu_rext,
('...) This is a problem that's been in menu_rext for ages. In my experience, though, it only happens on virtual drives, i.e. the "dos" device in QPC and the "dev" device. Menu_rext cleverly takes the "dev" device away (i.e. it doesn't show it, even if you call it with a dir such as dev1_), replacing the true device instead. The first thing I do is replace every instance of "DEV" in menu_rext with ZZZ, thus avoiding this automatic replacement, which I just absolutely don't want. I thought that the problems with total memory corruption somehow were connected to that. I have never seen this on win devices, nor ram devices, but haven't ever tested this extensively. Wolfgang