Sorry it took me so long to reply.
----------------------------------------


111.bat
---------------
@echo off
type Hello.txt' replace with file to loop(include path if not in same dir)(if file is exe just put the path)
222


222.bat
---------------
@echo off
type Hello.txt' replace with file to loop(include path if not in same dir)
111


Hello.txt
---------------
Hello

-----------------------------------------------------------

All files in dir eg.

111.bat
------------------
@echo off
c:\whatever\*.exe_____________(and, or *.com...)
c:\whatever2\222.bat

222.bat
------------------
@echo off
c:\whatever\*.exe
c:\whatever2\111.bat


Several years ago someone told me that anything
you can type on the command line, and works, you
can put in a batch file.

[Edited by catocom on 07-03-2000 at 04:32 PM]