Yeah, although I always prefer the shorter anyway, I didn't know that /scon would make recursive calls. I know about a few scripters who'd love to know that
anyway, I didn't know that /scon would make recursive calls. I know about a few scripters who'd love to know that
There are ways to do recursive calls without relying on undocumented behaviour... so surely it'd be better to do that - even if you are using scon to execute it somewhere else?
Yep, /scon can make recursive calls but is significantly slower than the good ol' way of having two aliases calling each other. If speed isn't a main issue though, /scon is a nice and quick way to call a command recursively.