AvDCS2.exe

SUMMARY

This document describes the use of the AvDCS2.exe.

SYNTAX

AvDCS2.exe <projectname>.prj.xml [ /fg ] [ /bg ] [ /tb ] [ /rect=<left>;<top>;<right>;<bottom>]

OPTIONS

/fg
bring to foreground
/bg
bring to background
/tb
show titlebar
/rect=
<left>;<top>;<right>;<bottom> size/position of window

EXAMPLES

AvDCS2.exe project.prj.xml /fg /rect=0;0;800;600
AvDCS2.exe starts with the size 800x600 in the left top corner


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times