Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cuae2!ihnp4!houxm!mtuxo!mtgzz!rosen From: rosen@mtgzz.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: .bat files within extra command.com Message-ID: <2295@mtgzz.UUCP> Date: Wed, 26-Nov-86 15:49:28 EST Article-I.D.: mtgzz.2295 Posted: Wed Nov 26 15:49:28 1986 Date-Received: Thu, 27-Nov-86 01:58:39 EST References: <10300005@uiucuxe> <2643@gitpyr.gatech.EDU> Organization: AT&T, Middletown NJ Lines: 16 In article <2643@gitpyr.gatech.EDU>, jkg@gitpyr.gatech.EDU (Jim Greenlee) writes: > In article <10300005@uiucuxe> epb19@uiucuxe.CSO.UIUC.EDU writes: > > > >I am looking for someone who has experience in writing .bat files which run > >from within other .bat files, [....] > The ordinary way to do this is to pass the name of the batch file as a > parameter to COMMAND.COM. Also, COMMAND.COM must be invoked with the /C > option so that it will go away after the batch file terminates. [...] I don't get it, what's all the fuss? Why do you need to invoke COMMAND at all. In my experience you can just enter the second .BAT file as an ordinary commmand ???