in MS-DOS, there was system call to change the "option switch" character. I don't remember what it was
API: int 0x21, ax=0x3700 = Get Switch Character, int 0x21, ax=0x3701 = Set Switch Character. Both available since MS-DOS 2.0, ignored since MS-DOS 4.01, changed to always return "/" since MS-DOS 5, DR-DOS 3.41 to 6.0.
Anchient DOS versions (MS DOS 2.x and some OEM versions) allowed setting the switch character in config.sys by setting SWITCHAR=x.
So yes, you could change the switch character (before MS-DOS 5), but most programs ignored it, and for those few which followed it, you had to rewrite batch files to use your switch character instead of the standard "/". Update to MS-DOS 5.0 would require another rewrite back to "/".
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.