Auto Login
How I can Auto LogIn? How QTrader can start to work together with Windows started?
1
vote
Adminlaurie
(Admin, CQG)
shared this idea
-
Adminlaurie (Admin, CQG) commented
You can use the following command line which will launch QTrader and automatically enter the username & password. The quotes are necessary to include.
"C:\Program Files (x86)\CQG\QTrader\Bin\logcln32.exe" -silentlogon -USER="XXXXX,YYYYY"
where XXXXX is your username and YYYYY is your password.
For use on a 32 bit operating system, replace Program Files (86) with Program Files.This command line can be put into a .bat file and that bat file can be put into the Windows Startup folder. Instructions for doing that here: http://www.computerhope.com/issues/ch000322.htm