Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\exec.bsh
/** Start an external application using the Java Runtime exec() method. Display any output to the standard BeanShell output using print(). */ bsh.help.exec = "usage: exec( String arg )"; exec( String arg ) { this.proc = Runtime.getRuntime().exec(arg); this.din = new DataInputStream( proc.getInputStream() ); while( (line=din.readLine()) != null ) print(line); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de