I've been unable to find a way to have QuickBuild pass a command-line parameter that includes a comma:
Computer1,Computer2 - Parameter is passed as Computer1\
""Computer1"\,"Computer2"" - Parameter is passed as Computer1\
"Computer1"\,"Computer2" - Parameter is passed as Computer1\
\"Computer1\"\,\"Computer2\" - Parameter is passed as "Computer1"\
\"Computer1\"\,\"Computer2\" - Parameter is passed as "Computer1"\
Quotes can be escaped but not commas?