Before arguments erupt in public, we rehearse them in our heads like a script. We practice our comebacks, hone our arguments, ...
Either quoting the string with spaces ("program files/razor") or escaping the space (program\ files/razor) will get the argument to the script intact (as $3). You don't want to do both.<BR><BR>The ...