Quote:
1. mIRC didn't like spaces in your target path

Although it doesn't appear to have any problems with a space in the path:
Code:
mkdir "c:\hello world"


Multiple spaces get collapsed to 1:
Code:
mkdir "c:\hello   world"

results in the folder "hello world" being created.

Does anybody have any ideas on how to get around this one ?


__________
ZeBoxx
¯¯¯¯¯¯¯¯¯¯