|
Re: win98, ctrl-c & System.system (was: Updated 6.4 Windows installer RC): msg#00136lang.haskell.glasgow.bugs
"Simon Marlow" <simonmar@xxxxxxxxxxxxx> writes: ... Prelude> System.system "ls" >>= print There's no such thing as cmd.exe on Win9x, it's COMMAND.EXE/COM. Some System.Process.* code ought to be looking at the COMSPEC env variable and not hard-code the name of the command processor. However, I don't think COMMAND.EXE supports the /c switch...why the switch away from just using libc/msvcrt's system() for System.system? --sigbjorn
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: win98, ctrl-c & System.system (was: Updated 6.4 Windows installer RC), Claus Reinke |
|---|---|
| Next by Date: | [ ghc-Bugs-1169235 ] internat error: sth_ap_v_ret, SourceForge.net |
| Previous by Thread: | Re: win98, ctrl-c & System.system (was: Updated 6.4 Windows installer RC), Claus Reinke |
| Next by Thread: | Re: win98, ctrl-c & System.system (was: Updated 6.4 Windows installer RC), Claus Reinke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |