Guest User

Untitled

a guest
Oct 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. setlocal
  3. set CLASSPATH=.;%CLASSPATH%
  4. set CLASSPATH=./lib/*;%CLASSPATH%
  5. java org.mozilla.javascript.tools.shell.Main %*
  6. endlocal
Add Comment
Please, Sign In to add comment