Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\bg.bsh
/** Source a command in its own thread in the caller's namespace <p> This is like run() except that it runs the command in its own thread. Returns the Thread object control. @method Thread bg( String filename ) */ bsh.help.run= "usage: Thread bg( filename )"; Thread bg( String filename ) { this.callerNameSpace = this.caller.namespace; run() { this.interpreter.source( filename, callerNameSpace ); } this.thread = new Thread( this ); thread.start(); return thread; }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de