Hi Khaled,
I found a little bug in the /run command .
This message board seems to have a similar problem, so replace any "_" with a space).
Example: I have the file "bau__bau.jpg" in drive C:\
in mIRC I type: //run C:\bau__bau.jpg
The filename contains two contiguous spaces, but mIRC tries to open the file "bau bau.jpg" that has only one space in the name.
But that file doesn't exist, so I have the error:
* /run: unable to open 'C:\bau bau.jpg'
It also happens if I type: //run $shortfn(C:\bau__bau.jpg) ; it also happens if I use -n & -p parameters.
I hope this little bug can be fixed.