Origin Version: 7.5G SR Operating System: Win ME Hi! I want to copy some graph windows into a layout page window with the following labtalk script win -t layout; # create the layout , it works win -r layout1 templayout; # rename the layout, it works win -a templayout; # set templayout as the active window, it works dotool -pg graph1; # here the graph window should be pasted to the layout window put nothing happens.