Mail Archives: djgpp-workers/1996/04/03/00:24:34
On Tue, 2 Apr 1996, Marty Leisner wrote:
> dos 3.x had a switchar command (to globally change \ to /).
Sorry, that's no longer true in DOS 4.0 and later versions. The newer
versions just ignore that command and the DOS function that implemented
its support (Int 21h/AX=3701h).
> the dos kernel doesn't really care whether we use \ or /)
I was talking about commands internal to COMMAND.COM (like `del' or
`ren') and the programs that come with DOS (aka ``external commands'',
like `xcopy'). None of them knows about forward slashes because they do
their own command-line parsing and take `/' to begin an option/switch.
- Raw text -