Batching the file worked perfectly
here is the code I used
start C:\"Circle Dock4"\"CircleDock.exe"
timeout 7
start C:\"Circle Dock3"\"CircleDock.exe"
timeout 7
start C:\"Circle Dock2"\"CircleDock.exe"
timeout 7
start C:\"Circle Dock1"\"CircleDock.exe"
exit
I had to use a timer because if the docks were all started at the same time I'd get an error...
Also found out that you have to start your last instance
first, if you do it from fist instance to last you'll get an error...
thanks!