At 11:49 AM 2/6/2003 -0500, Tom Cimicato wrote:
I have a nested command file that is 4 levels deep. The problem is that the last level is not returning to it's calling program. It simply ends properly. Every command file is called by a RUN statement and contains a RETURN at the end. My FILES setting is set to 30 and I know I have plenty of memory.The platform is Win NT 4.0 Citrix. RBDOS 1.851 RT03 RUN cmdfile1.cmd RUN cmdfile2.cmd RUN cmdfile3.cmd RUN cmdfile4.cmd
Thom, First, you should be using the latest and greatest, Build:1864xRT03. http://www.rbase.com/65ppupdates Also, make sure that the cmdfile4.cmd, cmdfile3.cmd and cmdfil2.cmd files include RETURN command at the end or when you want to break the loop to go return to calling cmd. Hope that helps! Very Best Regards, Razzak.

