You should be able to use system() for Windows calls that don't return
results, or backticks (``) for calls that do return results. Be aware that
if you specify absolute Windows paths (`dir C:\win2000\system32`), you may
have problems with the backslash being interpreted as an escape character --
you'll need double backslashes (`dir C:\\win2000\\system32`).
> -----Original Message-----
> From: Peter Lemus [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 3:59 PM
> To: [EMAIL PROTECTED]
> Subject: how to execute a windows 2000 command with perl
>
>
> Hi, neeeeeeeeeeeeeeeed help.
>
> Please let me know how I can execute a windows 2000
> command from a perl script? any command like dir for
> example.
>
> thanks,
>
> =====
> Peter Lemus
> Computer Networks Engineer
> [EMAIL PROTECTED]
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>