Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!uunet!munnari.oz.au!metro!macuni!macadam!jamie From: jamie@macadam.tmc.edu (Jamie Purcal x8522 C5C-430 Accounting Jamie Finance) Newsgroups: comp.windows.ms.programmer Subject: RE: FAQ & MKS Keywords: MKS FAQ Message-ID: <993@macuni.mqcc.mq.oz> Date: 3 Jan 91 22:26:41 GMT Sender: news@macuni.mqcc.mq.oz Followup-To: FAQ Distribution: comp.windows.ms Organization: Macquarie University Lines: 20 Answer 13 in the FAQ suggests that the MKS alias for Windows should be: alias -x win="C:\\usr\\windows\\win.com" This doesn't seem to work: it appears that the double \s are translated to single slashes in the stored alias, and then treated as escape chars on execution of the alias. To fix this use alias -x win="c:\\\\usr\\\\windows\\\\win.com" I'm having a couple of other problems with the MKS shell: 1. I can't invoke multiple (windowed) versions of the MKS shell from 386 enhanced mode without causing severe misbehaviour: this is a bit odd, as one windowed instance is fine. (Incidently, I have no problems with multiple instances of the DOS4.01 shell). I am using the default pif, and have ver3.1f of the MKS toolkit. 2. MKS shell gives me a "no pipes available" error message when ever I try to use a pipe (both within and outside windows). This message isn't documented (I have tried changing the files statement in config.sys Also have looked at share and fastopen, but cannot get pipes. Any help would be appreciated. Thanks Jamie.