Trina Espinoza wrote:
Trying to send a DOS command using perl, but get a little confused as to
how this changes when passing this in as a system call in perl.
The DOS command:
C:\>del /q /S "c:\Documents and Settings\test\Local Settings\Temp\*.*"
When I run the command in perl I try escaping th
Trying to send a DOS command using perl, but get a little confused as to how
this changes when passing this in as a system call in perl.
The DOS command:
C:\>del /q /S "c:\Documents and Settings\test\Local Settings\Temp\*.*"
When I run the command in perl I try escaping the second set of quotes