Greetings!

Hopefully someone will be kind enough to help me on this one. I need a way to script the creation of directories with long file names with spaces; i.e. MD s:\long file name\long file name 2. This is no big deal from a shell but variables obtained from user input need to be passed to the command.
My first efforts of MD "s:\Current Clients\Client 1" results in a folder named Current being created on a drive mapped to s:.
Thanks for any input!

Sean