Sorry, that's not possible in this situation. The problem is the spaces in the file name and I can't guarantee what the file will be called. Also, as these are auto-install scripts/exes/etc, we have used a naming scheme of:

 Code:
[number for ordering]_[hardware-specific-build-name or 'all']_[hostname or 'all']_[name which is up to the person creating the install file/script/whatever]


So, 8.3 is not at all possible and proclaiming spaces and odd characters to be illegal would be unfortunate as we are using the [name] part of the file name to display in the kixForms install window, so a human readable string is preferred.

For now, writing a temporary batch file to execute the command (and then immediately deleting it) is working, but is just a messy ?solution?.