¿¹Á¦
protected
void
doGet(
HttpServletRequest
arg0,
HttpServletResponse
arg1)
throws
IOException {
Process
process = Runtime.getRuntime().exec(
"dir /s"
);
try
{
int
exit = process.waitFor();
}
catch
(
InterruptedException
exc) {
// ...
}
}
¼Ö·ç¼Ç
º´·Ä 󸮰¡ ÇÊ¿äÇÒ °æ¿ì ÇÁ·Î¼¼½º ´ë½Å Ç®¸µµÈ ½º·¹µå¸¦ »ç¿ëÇϽʽÿÀ.