Hi Guys,
I am new to Perl and writing a script where I have to use 'Program files' directory, but the script (obviously) doesn't recognize the white space between 'program' and 'files'. Here's what I am doing:
system("c:\program files\ipswitch\ws_ftp progressional\ftpscrpt.com -f abc.scp");
What I am doing wrong here?
Thanks in advance.
Gsap
I am new to Perl and writing a script where I have to use 'Program files' directory, but the script (obviously) doesn't recognize the white space between 'program' and 'files'. Here's what I am doing:
system("c:\program files\ipswitch\ws_ftp progressional\ftpscrpt.com -f abc.scp");
What I am doing wrong here?
Thanks in advance.
Gsap