Manage Program from Commandline
PYSoft Broadcaster accepts commands from command-line. You can run the program with command-line parameters or send commands to the already launched program.
| Command-line Parameter: |
Description: |
| /Q |
Terminates an already launched PYSoft Broadcaster.
Example: Broadcaster.exe /Q |
| /ALL_ON |
Starts all cameras.
Example: Broadcaster.exe /ALL_ON |
| /ALL_OFF |
Stops all cameras.
Example: Broadcaster.exe /ALL_OFF |
| "File_name" |
Opens session from file.
Example:
Broadcaster.exe my_seesion.pbs |
You can place any number of parameters to command line in any sequence.
|