in reply to Copying files between two systems using cgi/perl
system("copy ..\\text.html \\\\system1\\shareddir");
C:\>perl -e "print(qq|copy ..\text.html \\system1\shareddir|);" copy .. ext.html \system1shareddir
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Copying files between two systems using cgi/perl
by Mr. Muskrat (Canon) on May 13, 2002 at 18:36 UTC |