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

If all else fails use an absolute path.
system("copy \\full\\path\\to\\text.html \\\\system1\\shareddir");

Who says that programmers can't work in the Marketing Department?
Or is that who says that Marketing people can't program?