Path: utzoo!utgpu!water!watmath!clyde!rutgers!sunybcs!bingvaxu!leah!emb978 From: emb978@leah.Albany.Edu ( Eric M. Boehm) Newsgroups: comp.sys.ibm.pc Subject: SHELL command problems and setting environment size Summary: Additional note on setting environment size Keywords: environment variables size Message-ID: <569@leah.Albany.Edu> Date: 22 Jan 88 19:26:16 GMT References: <1900@ukecc.engr.uky.edu> <554@leah.Albany.Edu> <39592@ti-csl.CSNET> <558@leah.Albany.Edu> Distribution: na Organization: The University at Albany, Computer Services Center Lines: 14 Someone mentioned to me that they had trouble getting the shell command to work in DOS 3.3. I had previously specified SHELL=[d:][\pathname]\command.com [d:][\pathname] /e:nnnn /p I checked three references and the solution to the problem may be to swap the /e:nnnn and /p switches to read SHELL=[d:][\pathname]\command.com [d:][\pathname] /p /e:nnnn I have had no trouble with the first order but three references (MS-DOS Power User's Guide, DOS Power User's Guide, Using PC-DOS 3.3) all used the second order. I hope this helps anyone who has had trouble with this command.