utility to view all called programs

ss_kiran

Member
Hi Guys,
i wanted to know as to is there any utility which can read a .p file and gimme a list of called programs recursilvely.
For Eg: i have a main.p and it calles sub1.p and sub1.p inturn calls subsub1.p.

The utility when run should give me sub1.p and subsub1.p.

Thanks and cheers

kiran
 
U

Unregistered

Guest
Originally posted by ss_kiran
Hi Guys,
i wanted to know as to is there any utility which can read a .p file and gimme a list of called programs recursilvely.
For Eg: i have a main.p and it calles sub1.p and sub1.p inturn calls subsub1.p.

The utility when run should give me sub1.p and subsub1.p.

Thanks and cheers

kiran

please take a look PPlist at http://www.peg.com/utilities.html
 
Top