Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!psuvax1!psuvm!jxs118 From: JXS118@psuvm.psu.edu (Jeff Siegel, Op from Atherton Hall) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: .SYS Files Message-ID: <90184.125712JXS118@psuvm.psu.edu> Date: 3 Jul 90 16:57:12 GMT References: <2367@gara.une.oz.au> <416@beartrk.beartrack.com> <1990Jul2.010333.268@xrtll.uucp> Organization: Penn State University Lines: 24 In article <1990Jul2.010333.268@xrtll.uucp>, silver@xrtll.uucp (Hi Ho Silver) says: > >cjp@beartrk.beartrack.com (CJ Pilzer) writes: >$rbennet1@gara.une.oz.au (Ethyl the Aardvark) goes quantity surveying: >$> Could someone please tell me how to create .SYS files in MS-DOS so I can >$> run certain software I have written myself from config.sys.Most of my Why do you want to run it from inside config.sys instead of autoexec.bat? Anyway, I know you can invoke 1 program simply by doing shell=progname in Dos versions 3.X on up. I bet doing: Shell=prog1 Shell=prog2 Shell=command.com ... will work (as long as prog1 and prog2 terminate normally, but I can't swear to it.) If it does work, Its a lot simpler than some other things mentioned. Jeff