Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uwm.edu!wuarchive!wugate!uunet!mcsun!unido!cosmo2!tilmann@cosmo.UUCP From: tilmann@cosmo.UUCP (Tilmann Reh) Newsgroups: comp.os.cpm Subject: Re: Submit operation under CP/M 3.0 Keywords: direct access to batchfiles Message-ID: <4110@cosmo2.UUCP> Date: 21 Oct 89 22:29:03 GMT References: <716@lakart.UUCP> Sender: news@cosmo2.UUCP Reply-To: tilmann@cosmo.UUCP (Tilmann Reh) Organization: CosmoNet, D-3000 Hannover 1, FRG Lines: 18 dear david, the usage of SUBMIT under CP/M-3 is as easy as if you started the programs directly. Under CP/M-3 it is possible to set the "Search Order" to contain .SUB files, that means, when you type a command and then hit "return", the system will search for files "command.COM" and "command.SUB", in the order you previously defined. If a SUB file is found, SUBMIT.COM is automatically loaded and the batchfile will be processed immediately. You have nothing to do except typing the command with its parameters, just as you would do with an executable COM file. Isn't that nice? If you are the lucky owner of something called RAM-Disk (perhaps non- volatile?), then you can increase system performance by having SUBMIT.COM and all often-used SUB files in it. Then you set the "Drive Search Chain" for the system to look at the ram-disk first before attempting to access the physical drives. After that, you just wonder how you could ever work without it. Tilmann Reh