SG wrote: > In EJBServer.bat, there is the run command: > java -Dinstall.root=%JONAS_ROOT% -Djava.security.policy=%JONAS_ROOT%\config\ > java.policy %1 %2 %3 %4 %5 %6 %7 %8 %9 org.objectweb.jonas.server.Server > > What do all the %#'s mean? When I try this command normally, in a command > prompt, it says there's no such class as %1. > The arguments to the batch file > > What is it doing? How do they get filled? (I'm assuming they're variables?) > EJBServer.bat a b c %1=a %2=b %3=c %4= %5= ... > > ---- > To unsubscribe, send email to [EMAIL PROTECTED] and > include in the body of the message "unsubscribe jonas-users". > For general help, send email to [EMAIL PROTECTED] and > include in the body of the message "help". ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
