The main settings of the IDLe can be specified in the command line:
- /S:<server address:port> - specifies the Internet address of the quotation server and the TCP/IP port.
- /U:<user name> - specifies the user name (Login). The login should be prepended with a single letter depending on account type: d for demo, c for contest, r for real.
- /P:<password> - user password (Password).
- /G - connect immediately upon launching.
- /B:<block size> - requested block size. The IDLe receives the quotations in blocks (1024 quotations by default). If your connection is unstable, you should specify smaller size, for example 128, 256 or 512. If your connection is stable, the block size can be increased to accelerate the download. This setting should not be used under regular circumstances.
Example. The command
idle.exe /b:1024 /s:dataman.akmos.ru:15509 /u:r12345678 /p:mypassword /g
will lauch the IDLe and attempt to immediately receive the quotations from the server idlserv.aktrad.ru, port 486, using the real account of user "12345678" and password "mypassword".
|