Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c    |    Meh, in C you gotta define EVERYTHING    |    243,242 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 242,590 of 243,242    |
|    Lawrence =?iso-8859-13?q?D=FFOlivei to Michael Sanders    |
|    Re: srand(0)    |
|    25 Dec 25 03:17:41    |
      From: ldo@nz.invalid              On Thu, 25 Dec 2025 02:01:11 -0000 (UTC), Michael Sanders wrote:              > Not to mention some other quirks. But that's just my opinion.              Nothing specific to either cmd.exe or PowerShell, but the Windows       command line is fundamentally broken. This is because it derives from       the CP/M command line model, which in turn was inherited from old-time       DEC operating systems.              On these DEC systems, the command line was a simple string buffer. So       there is this assumption that program invocation is always going to be       mediated by some kind of “shell” program, and the concept of one       program directly invoking another is either nonexistent, or only       grudgingly tolerated.              Contrast this with the Unix approach, where the command line is an       array of separate string “words”. There is no “shell” that occupies a       privileged place in the system; any program can directly invoke any       other, without having to worry about properly escaping any special       characters that might be (mis)interpreted by some “shell”.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca