Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!necntc!ci-dandelion!ulowell!cg-atla!harty From: harty@cg-atla.UUCP Newsgroups: comp.sys.ibm.pc Subject: Nestled Batch Files Under MS-DOS Message-ID: <874@cg-atla.UUCP> Date: Thu, 17-Sep-87 12:36:01 EDT Article-I.D.: cg-atla.874 Posted: Thu Sep 17 12:36:01 1987 Date-Received: Sat, 19-Sep-87 10:19:35 EDT Reply-To: harty@cg-atla.UUCP (Kevin Harty) Organization: Compugraphic Corp. Wilmington, MA Lines: 20 I wish to execute a batch file from within in a for loop of another batch file. f00.bat for %%1 %%2 %%3 in (*.plt) do ( f001.bat) The problem is that f001.bat is executed once and does not return to f00.bat. I have heard a rumor about a work around in "config.sys" or something but could not find any documentation. Could someone either mail to me at decvax!cg-atla!harty or post a solution if there is one ? thanx kjh