in reply to Copying files between two systems using cgi/perl

system("copy ..\text.html \\system1\shareddir");
are you checking the return code from system? the error message? why is 'copy' failing? where is the script running from? is the relative path to the file what you think it is? where is the code?

~Particle *accelerates*