Path: utzoo!attcan!uunet!beartrk!cjp From: cjp@beartrk.beartrack.com (CJ Pilzer) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: .SYS Files Summary: use install in dos 4.01 Message-ID: <416@beartrk.beartrack.com> Date: 1 Jul 90 08:03:08 GMT References: <2367@gara.une.oz.au> Organization: Bear Track Computer Co., Takoma Park, MD. Lines: 14 In article <2367@gara.une.oz.au>, rbennet1@gara.une.oz.au (Ethyl the Aardvark) writes: > > 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 > programming is done in Turbo Pascal 5.5,with a little done in Turbo C. I am not sure I understand you request, but if all you want to do is run an executable file that you have written, you could use the install command which is in MS-DOS 4.01. I don't know if other versions have it. install=[drive:][path]filename [parms] That command will run the file. -- cj