
Actions:
/VIEW <Channel Params>
/REC  <Channel Params> /DUR <Time_In_Minutes>

/CH+  = Next channel
/CH-  = Previuos channel
/EXIT

Warning: last 3 command works only if app is already started !


/ATEND <Option> = Set sleep timer after <Time_In_Minutes> from now with <Option>

..where <Option> = EXIT,STANDBY,SUSPEND,SHUTDOWN,HIBERNATE


Channel Params:

/SAT <SateliteID> /TID <TransportID> /SID <ServiceID>

or:

/SAT <SateliteID> /CHN <ChannelName> 



Window state:
/NORM  = Start/Set application normal (video embedded)
/MIN   = Start/Set application minimized (in SysTray)
/FULL  = Start/Set application in full screen

Other:
/NOVID = Start with main video (AV0) disabled (no DirectShow rendering)


Examples: 
--------------------------------------------------------------------------
# Switch to "ZDF" on Astra 19.2E

C:\AltDVB\> AltDVB.exe /VIEW /SAT 01 /TID 1079 /SID 28006
or:
C:\AltDVB\> AltDVB.exe /VIEW /SAT 01 /CHN "ZDF"
--------------------------------------------------------------------------

# Start record "MTV Central" for 60 minutes then put computer in standby.
  Application is started minimized and with no video render

C:\AltDVB\> AltDVB.exe /REC /SAT 1 /TID $42A /SID $6FED /DUR 60 /ATEND STANDBY /MIN /NOVID 