Dear Steve,
Steve Wampler wrote:
>
> Hmmm, that error message definitely means that the variable
> 'getdrive' doesn't contain a procedure, so now *I'm* confused.
> (unless the error is from write(), which is *highly* unlikely!
>
> Good luck! I don't see what the problem is...
The section of io.icn containing getdrive() starts
$ifdef _MSDOS
procedure getdrive() #: get current DOS drive
return &lcase[iand( Int86([33,16r1900,0,0,0,0,0,0,0])[2], 255 )+1]
|| ":"
end
So it seems like the problem may be that there is no true MSDOS in
WindowsME.
Many thanks.
Bill


|