sCopyLine
}), new String[] {
MessageText.getString("unix.script.new.button.quit"),
MessageText.getString("unix.script.new.button.continue"),
MessageText.getString("unix.script.new.button.asknomore"),
}, 0, null, null, false, 0, new UserPrompterResultListener() {
public void prompterClosed(int answer) {
if (answer == 0) {
System.out.println("The line you should run:\n" + sCopyLine);
uif.dispose(false, false);
} else if (answer == 2) {