First, sorry for my bad english
If i launch many fileuploader manually, no problème, can have multi instance .
If i launch in command line i have a problem.
ex:
1. c:\fileuploader\fileuploader.exe test.zip ---> THIS IS FINE AND WORK
2. c:\fileuploader2\fileuploader.exe test2.zip ---> this is not work fine, he launch in the same first instance.
i don't know i i'm clear ?
i need each instance launch in separate directory and separate log with each instance.
Thank's for support!