So I have what's probably a really silly question - but here goes. I have a program I've been running under Win98, WinME, WinXP, but it simply doesn't work when I run it under Win2000. Well it kind of works, but when I make "system()" calls they seem to simply do nothing.

Here's an example of one of the calls in question:

system("copy start.dat upload.htm");

I'm just doing a simple file copy. I don't get errors, I don't get anything actually.

So any help would be greatly appreciated. Do I have to recompile the program under Win2000? Is there some setting on the DOS prompt window that's keeping me from executing these commands?

Thanks for any hints.

RC