Running Electric varies with the different platforms:
java -jar electric.jar
java -jar electric.jar
java -jar electric.jar
There are a number of options that can be given on the command line, after the Jar file:
-mdi force a multiple document interface style
(where Electric is one big window with smaller edit windows in it).-sdi force a single document interface style
(where each Electric window is separate.-s <script> run the <script> file through the Bean shell.-batch run in batch mode (no windows or other user iterface are shown).-version provides full version information including build date.-v provides brief version information.-help prints a list of available command options.