![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-29 08:05 |
47,816 topics / 349,916 posts / today 0 new / 48,265 members |
| DOS批处理 & 脚本技术(批处理室) » Automatically run QQ on startup |
| Printable Version 6,019 / 17 |
| Floor1 sleet1986 | Posted 2007-01-11 11:00 |
| 初级用户 Posts 34 Credits 77 From 景德镇 | |
|
What kind of batch file should be added to the C drive to make QQ run automatically at startup? Hope an expert can give guidance.
[ Last edited by sleet1986 on 2007-1-11 at 08:28 AM ] |
|
| Floor2 lxmxn | Posted 2007-01-11 11:03 |
| 版主 Posts 4,938 Credits 11,386 | |
|
Where to add it? Actually, batch processing can run almost all hard disk programs. |
|
| Floor3 gaomushan | Posted 2007-01-12 03:19 |
| 初级用户 Posts 9 Credits 24 | |
|
Locate the AUTOEXEC.BAT file on the C drive and write the following content into it:
@echo off @set char=qq.exe @echo Searching for the path of the QQ file... The script will automatically log in to QQ: 123456... Please wait...... @for %%a in (c d e) do for /f "tokens=*" %%i in ('dir /s/b/a-d %%a:\%char%') do echo %%i & start "" "%%i" /start QQUIN:123456 PWDHASH:7KfsoyMwqQVsMrmDhB2TUQ /stat:40 @echo QQ has been successfully logged in. Press any key to close this window pause |
|
| Floor4 sleet1986 | Posted 2007-01-12 06:39 |
| 初级用户 Posts 34 Credits 77 From 景德镇 | |
|
Thank you, bro!!
|
|
| Floor5 ykkysysy | Posted 2007-01-12 22:55 |
| 新手上路 Posts 4 Credits 8 | |
|
Why do you have to use batch processing???
|
|
| Floor6 wrh9999 | Posted 2007-01-15 03:56 |
| 新手上路 Posts 2 Credits 3 | |
|
The configuration program is also okay.
|
|
| Floor7 zch1366 | Posted 2007-01-21 02:46 |
| 中级用户 Posts 148 Credits 326 | |
|
Can open QQ. But the password is wrong. Can't log in successfully.
Is this modification correct? QQ 153999855 Password 123456789 @for %%a in (c d e) do for /f "tokens=*" %%i in ('dir /s/b/a-d %%a:\%char%') do echo %%i & start "" "%%i" /start QQUIN:153999855 PWDHASH:123456789 /stat:40 |
|
| Floor8 utem999 | Posted 2007-01-21 02:55 |
| 初级用户 Posts 54 Credits 135 | |
|
PWDHASH
Code is not plaintext password |
|
| Floor9 zch1366 | Posted 2007-01-21 03:28 |
| 中级用户 Posts 148 Credits 326 | |
| Floor10 zch1366 | Posted 2007-01-22 02:12 |
| 中级用户 Posts 148 Credits 326 | |
|
Can open QQ. But the password is wrong. Can't log in successfully.
Is this modification correct? QQ 153999855 Password 123456789 @for %%a in (c d e) do for /f "tokens=*" %%i in ('dir /s/b/a-d %%a:\%char%') do echo %%i & start "" "%%i" /start QQUIN:153999855 PWDHASH:123456789 /stat:40 How should the password item be written |
|
| Floor11 sleet1986 | Posted 2007-01-22 06:38 |
| 初级用户 Posts 34 Credits 77 From 景德镇 | |
|
Fellow heroes, is there anyone who knows? Please share... Thanks...
|
|
| Floor12 qiongshuai | Posted 2007-03-02 06:02 |
| 新手上路 Posts 6 Credits 11 | |
|
It's a very good thing. Thanks.
|
|
| Floor13 slore | Posted 2007-03-02 07:54 |
| 铂金会员 Posts 2,478 Credits 5,212 | |
|
After processing 123456789: JfnnlDI7RTiF9RgfG2JNCwAA==
|
|
| Floor14 oilio | Posted 2007-03-03 02:26 |
| 高级用户 Posts 303 Credits 641 | |
|
How is the hash value of a password obtained? Does any friend know, please share it?
|
|
| Floor15 Kinglion | Posted 2007-03-03 02:42 |
| 铂金会员 Posts 1,924 Credits 5,798 From 金獅電腦軟體工作室 | |
|
You can download the QQ automatic login tool to obtain the PWDHASH code.
|
|
| 1 2 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |