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 ...
So, i'm trying to write a script. i've had increasing success with these things lately, but I am now making one that I want to have options for. The script does a number of checks (space available, ...
Here’s a trick that I learned recently that allows me to combine a string of arguments into a single variable. In my case, this was necessitated by a script that I was preparing to help analyze ...