
package kr.nchovy.kraken.script;
public class HelpScript extends Script {
public void test(String[] args) throws InterruptedException {
context.print("Input your nick: ");
String nick = context.readLine();
context.print("Input your password: ");
context.turnEchoOff();
String password = context.readLine();
context.turnEchoOn();
context.println("Hello, " + nick);
context.println("Password is " + password);
}
}
오오 너무 멋있는 것 같어~~
이제 인스톨 스크립트 만들 준비도 끝났네.
태그 : kraken




덧글
민돌이 2008/09/26 22:47 # 답글
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 크라켄 머릿속의 어플그저 신기할 뿐이라능(...)
홈쥬인 2008/09/27 03:33 # 답글
헉!!! 짱이다ㅜㅠ