Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!munnari.oz.au!csource!david From: david@csource.oz.au (david nugent) Newsgroups: comp.sys.novell Subject: Re: shell.cfg help wanted Message-ID: <778@csource.oz.au> Date: 10 Jan 91 08:42:26 GMT References: <1991Jan8.103113.5243@runx.oz.au> Organization: Unique Computing Pty Ltd, Melb, Aust. Lines: 20 In <1991Jan8.103113.5243@runx.oz.au> stevef@runx.oz.au (Stephen Finlay) writes: > I have been trying to include the "long machine type=ast" within the shell.cfg > file of an AST premium 386/25. However this particular variable appears to > be ignored (any others that I add work ok ie short machine type=ast ). Have > used this technique successfully on other machines. > Has anyone any ideas as to what's going on with the AST machine? The SHELL.CFG parser in IPX.COM and NET?.COM is, in short, very very braindead. Keep it in capitals, make sure you put spaces between each variable and the equals sign, and use EXACTLY what's in the documentation and you should be ok. Taking your problem as an example, use (exactly): LONG MACHINE TYPE = AST david