mIRC Homepage
Posted By: TRT /run - 17/09/12 09:57 PM
Code:
/run a a
* /run: unable to open file 'aa'


The space following a single char always gets stripped.
Posted By: ParadoxDragon Re: /run - 24/09/12 02:20 PM
Use quotes
Code:
//run $qt(a a)
/run "a a"
Posted By: Khaled Re: /run - 24/09/12 03:33 PM
Thanks this issue has been fixed for the next version.
Posted By: Collective Re: /run - 30/10/12 10:49 AM
It looks like it's no longer possible to launch programs with parameters using /run, perhaps related to this fix?
Posted By: Deega Re: /run - 30/10/12 01:30 PM
These both work fine.
/run "cmd" /k dir
/run cmd.exe /k dir.
Posted By: Collective Re: /run - 30/10/12 01:57 PM
Interesting, thanks. It looks like the only syntax that fails is this:

/run cmd /k dir

which worked fine in previous versions.
Posted By: Khaled Re: /run - 30/10/12 05:01 PM
If the formatting is ambiguous, eg. uses a path, command and parameters that contain spaces, the /run command has to guess which is which and split the line accordingly. The recent fix seems to have resulted in a stricter parsing method. I will see if I can revert this while maintaining the current fix.
© mIRC Discussion Forums