RE: execute at win2k system command with options.

2001-05-02 Thread King, Jason
Casey West writes .. >On Wed, May 02, 2001 at 05:37:27PM -0400, Casey West wrote: >: On Wed, May 02, 2001 at 03:16:41PM -0700, Peter Lemus wrote: >: : Hi, >: : I'm having some trouble trying to execute the followin >: : command from a perl script. >: : rmdir /s /q username #this works from the

Re: execute at win2k system command with options.

2001-05-02 Thread Casey West
On Wed, May 02, 2001 at 05:37:27PM -0400, Casey West wrote: : On Wed, May 02, 2001 at 03:16:41PM -0700, Peter Lemus wrote: : : Hi, : : I'm having some trouble trying to execute the followin : : command from a perl script. : : rmdir /s /q username #this works from the command line : : in win2k. :

Re: execute at win2k system command with options.

2001-05-02 Thread Casey West
On Wed, May 02, 2001 at 03:16:41PM -0700, Peter Lemus wrote: : Hi, : I'm having some trouble trying to execute the followin : command from a perl script. : rmdir /s /q username #this works from the command line : in win2k. : I tried: : system 'rmdir /s /q $user' # no luck. Any : suggestion

execute at win2k system command with options.

2001-05-02 Thread Peter Lemus
Hi, I'm having some trouble trying to execute the followin command from a perl script. rmdir /s /q username #this works from the command line in win2k. I tried: system 'rmdir /s /q $user' # no luck. Any suggestions? = Peter Lemus Computer Networks Engineer [EMAIL PROTECTED] My Dad