command line parameters

generally,program's filename is the first parameter to the program.

1.no other parameter
if the program's filename contain "editor",ie: "Easy RealMedia Editor.exe",it will auto startup to Editor interface.

--------------------------------------------------------------------------------
2.there are some other parameters

switch [parameter line]

a. case: "-run:rmeditor"

  startup to Editor interface. 

b. case: "-run:producer"

   startup to Producer interface. 

b. case: "-cmd:job=YourJobFileName"

   startup to Producer interface. and auto load RealProducer JobFile which named <YourJobFileName>,then auto start encoding.
after encode finished,program auto exit.[warning:if Shutdown PC is checked, program will try shutdown your Computer];

c. case: "-cmd:emp=empSettingFileName?InputAVFileName"

  startup to Producer interface,and auto start ecode the file specialed by <InputAVFileName> use the settings which is specialed by <empSettingFileName>,
after encode finished,program auto exit.[warning:if Shutdown PC is checked, program will try shutdown your Computer];

d. invalid parameter will consider as no other parameter.
