hi everybody,

does somebody know if the host build in message doesn't work under windows 2000.

e.g

my_cmd:='del \\vie9221a\d$\Nightrun.dat';
HOST(my_cmd,NO_SCREEN);
if not Form_Success then
Raise Form_trigger_failure;
end if;

this is a part from the form i wrote and which worked fine under windows nt 4.0.

now under windows 2000 i have problem with the HOST message (i think).

I hope somebody can help me.

thank you!!!

the kid.