Help for this page

Select Code to Download


  1. or download this
    String[] command = new String[]{"perl", scriptName, arg1};
                try {
    ...
                } catch(Exception e) {
                    e.printStackTrace();
                }