in reply to Re: Problem using system to call securecrt
in thread Problem using system to call securecrt

No, the unquoted space is only a problem for (single-argument) system. chdir has no problems with spaces:
C:\>perl -e "chdir 'c:/documents and settings'; system 'dir';"
lists the contents of C:\Documents and Settings.