Arguments do not allow space. Allow spaces through quotations. Allowed: vcamp create -n Window7 Not Allowed: vcamp create -n Windows 7 Solution: vcamp create -n "Windows 7"
Arguments do not allow space. Allow spaces through quotations.
Allowed: vcamp create -n Window7
Not Allowed: vcamp create -n Windows 7
Solution: vcamp create -n "Windows 7"