Technical data
5 Setting Up a WebLogic Server as a Windows Service
5-10 Configuring and Managing WebLogic Server
set CMDLINE="-ms64m -mx64m -Dweblogic.Name=myserver
-Dbea.home=\"c:\bea\" -classpath @C:\temp\myclasspath.txt
weblogic.Server"
"c:\bea\weblogic810\server\bin\beasvc" -install
-svcname:myserver -cmdline:%CMDLINE%
Run the script.