Help for this page

Select Code to Download


  1. or download this
    chdir("c:/tdt/src") || die "trying"; # Or whatever works
    
    foreach my $tdt (<*.tdt>)
    {
         system("$BASEDIR/nbsstools/tdtgen/bin/tdtgen", $tdt);
    }