On Wed, 27 Aug 2003, Tony Cheung wrote:

> Hi, everybody
> How to execute a command under win98 via perl script? Example: copy c:\a.txt d:\
> Thanks

Look at the docs in perlfunc for the system() function and
either use single quotes or escape the backslashes  if the
parameter string uses double quotes.

**** [EMAIL PROTECTED] <Carl Jolley>
**** All opinions are my own and not necessarily those of my employer ****



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to