// Version: Intralink v.3.4.M011 (2004321-I6.0.0.110) // Start Macro Recording import com.ptc.intralink.client.script.*; import com.ptc.intralink.script.*; public class beisp extends ILIntralinkScript { ILIntralinkScriptInterface IL = (ILIntralinkScriptInterface)getScriptInterface(); private void run0 () throws Exception { IL.deselectAll( "PIV" ); // recorded step: 1 IL.select( "PIV", "_94168685629_r_niet.prt/main/1/1" ); // recorded step: 2 IL.openWindow( "WhereUsedReport", "", "" ); // recorded step: 3 IL.printContent( "Verwendungsnachweis-Bericht_für__94168685629_r_niet_prt_main_1_1_1.txt", 1 ); // recorded step: 4 IL.closeWindow( ); // recorded step: 5 } // End of run0 public void run () throws Exception { run0 (); // recorded } // End of function } // End Macro Recording