<div>Add support for call <builtin command> such as call dir. This first</div><div>searches for dir.* and will execute it if possible, and then should</div><div>drop back to looking for dir as an internal command.</div>
<div><br></div><div>Note: The special casing of if and for mirrors Windows, and may be that</div><div>the if and for logic is complex. Windows will fail saying both if</div><div>and for do not exist if called, and it made things complex to try to</div>
<div>do anything different in wine. This was exposed by the existing tests.</div>