bestsmr Posted May 14, 2012 Posted May 14, 2012 I thing if we need multiline string to use as path , we can use as instead of "quoted strings" this "@CRLF" for example $path = $filepath & $param1 & @CRLF & $param2 and I thing this way we can pass the problem .
Reg2Post Posted May 14, 2012 Posted May 14, 2012 I thing if we need multiline string to use as path , we can use as instead of "quoted strings" this "@CRLF" for example $path = $filepath & $param1 & @CRLF & $param2 and I thing this way we can pass the problem . I think OP was trying to reuse path variables passed into MS-DOS that needed to be encapsulated in quotes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now