Help for this page

Select Code to Download


  1. or download this
        my $cmd = "/usr/atria/bin/cleartool";
        my $status = system("$cmd setview $view ; cp $file1 file2");
    
  2. or download this
        my $status = system("$cmd setview $view && cp $file1 file2");