Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!m.cs.uiuc.edu!roundup.crhc.uiuc.edu!ux1.cso.uiuc.edu!uxh.cso.uiuc.edu!rlarson2 From: rlarson2@uxh.cso.uiuc.edu (Robert S larson) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: 4DOS Questions Message-ID: <1991Mar6.110829.12529@ux1.cso.uiuc.edu> Date: 6 Mar 91 11:08:29 GMT References: <39885@cup.portal.com> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 25 CTuna@cup.portal.com (Image - BBS) writes: >I just added 4DOS to my system, and have fallen in love with it... >however, since adding it, I cannot shell to DOS or any DOS functions >from within any programs. Did I do something wrong, or is this going >to wait to be fixed until I get the registration in and get the >swapping version? It should allow you to shell out -- it sounds like 4dos is not swapping. An easy test is to type 4dos at the dos prompt -- it will swap out and tell you where it is swapping out to (XMS, EMS, etc.) Try the following lines in your configuration: In config.sys: shell=4dos.com /s:b /P In autoexec.bat: set comspec=c:\4dos.com set 4dshell=/s:b The /s:b sets the swapping to what 4dos determines to be the best location. If memory serves me right, the order is XMS,EMS,disk, no swapping. You can also add parameters to the shell and 4dshell lines to set the size of your environment, history, and alias. If you only have 640k w/o any extended or expanded memory, I think it won't swap unless you specify a disk for it to swap to.