i have been using CreatProcess in my program to initialize another program with two command line arguments as
C:\\Documents and Settings\\xyz.exe
and 2
but due to spaces b/wDocuments and settings it is treating it as 3 arguments.....is there a way to pass arguments with spaces and still
treat them as a single argument???