Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bbn!gatech!arthur.cs.purdue.edu!i.cc.purdue.edu!aja From: aja@i.cc.purdue.edu (Mike Rowan) Newsgroups: comp.sys.ibm.pc Subject: Re: Nestled Batch Files Under MS-DOS Message-ID: <2361@i.cc.purdue.edu> Date: Sat, 19-Sep-87 11:41:59 EDT Article-I.D.: i.2361 Posted: Sat Sep 19 11:41:59 1987 Date-Received: Sun, 20-Sep-87 21:33:46 EDT References: <874@cg-atla.UUCP> <1151@laidbak.UUCP> Organization: Insultants of America Lines: 12 > vvvvvvvvvv > > for %%1 %%2 %%3 in (*.plt) do ( command /c f001.bat) > > > I know if you wish to batch commands that you have to use command.com to > 'shell' over what your are working with. Look it up. It works for me. and if you get dos 3.3 you can just say for %%1 %%2 %%3 in (*.plt) do (call foo.bat) cool beans. -mike