中国DOS联盟论坛

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-12 16:02
47,811 topics / 349,897 posts / today 0 new / 48,256 members
DOS批处理 & 脚本技术(批处理室) » [Help]Controlling the computer with a mobile phone via batch processing
Printable Version  2,770 / 16
Floor16 cjiabing Posted 2010-03-12 02:30
新手上路 Posts 18 Credits 19
The current version is OEInboxtool v4.4 (General Simplified Version) 20100311. Many tests and optimizations have been done, and the code won't be posted. I like "simple is good". Now let's introduce the usage method.

First, check if your system has Outlook Express installed and whether it can be used. Then set up your Outlook Express email box, set the receiving time to about one minute. Fill in other things according to your needs. Search for smtp and other things on the Internet.

Second, set up this tool. When running for the first time, it prompts to set options.
1) Set the cycle time. That is, how often to extract the inbox and execute a command. The default is 60, which is equivalent to two or three minutes. If you test online, fill in 1, and it is estimated to cycle once per minute. The time is not very accurate. If you test on the spot, set the cycle time to 1. If you are remote controlling, it is recommended to set a larger time, such as 180, 300, 600, etc. 180 is equivalent to three minutes, plus the time limit set by the program itself, it is about five minutes.
2) Set sending emails. The default is not to send. If you want the computer to feed back information to you, you need to set the sending email option. But in addition to this setting, you also need to set the content of the sending email. The content of the sending email can be obtained in other ways, which will be introduced later.
3) Set the random program. That is, the program to be executed following the program batbot001.bat. This seems to be of no significance and is temporarily reserved. After setting, the program generates a random bat starting with something like OETool15533.bat. This is the main program to be run. You can drag it into the startup items to make it start randomly. You can also add hidden window code, etc., but you need to set it separately.

Third, test. Open the main program, and the program starts to cycle and read the inbox. At this time, send an email to Outlook Express with your mobile phone (or another computer). The program will automatically obtain the email, extract, decode, and execute it.

Example of sending an email:
Sent box: 123456@qq.com - Set this email box in the (smart) phone, and receiving emails will be equivalent to receiving text messages.
Inbox: 987654@163.com - Set this email box in the computer Outlook Express.
Send an email from the mobile phone email box (123456@qq.com) to the computer email box (987654@163.com). Write whatever you want in the main body of the email, but the email subject should be written clearly because only the subject is meaningful for this tool. If you write a batch processing code in the subject, this subject can be directly executed after the program extracts it.

The following are several common commands that can be used as email subjects:
echo Hello, I am a robot!~
:: It will display Hello, I am a robot!~ on your computer
Start "" "%programfiles%\ttplayer\ttplayer.exe"
:: Open Qianqian Jingting.
for /r c:\ %%a in (ttplayer.exe) do if exist "%%a" start "" "%%a"
:: Search for Qianqian Jingting on drive C and execute it.
taskkill /f /t /im ttplayer.exe
:: Close Qianqian Jingting.
Shutdown -s -t 0
:: Shut down immediately.
Dir c:\>>body.txt
:: Query drive C and write the result into the document body.txt (if sending an email is set and body.txt is set as the sending content, you will receive the query result)
Tasklist>>body.txt
:: View the current processes and write them into the document body.txt (if sending an email is set and body.txt is set as the sending content, you will receive the query result)

Do other things by yourself. As long as your computer and mobile phone are connected to the Internet and you know batch processing, it's not difficult. If done well, you can chat between the mobile phone and the computer, similar to Fetion. And my role is that when I am out and the computer is not turned off, I can use the mobile phone to remotely shut down the computer.

To use it normally, you need to download third-party tools base64 and blat and place them in the program's directory, otherwise the program may not work normally. This article is original. Please indicate the source when reprinting. http://hi.baidu.com/cjiabing Era of Jia Bing, serving you.
Floor17 jawbin Posted 2010-03-12 22:33
高级用户 Posts 444 Credits 994
It's very complicated!

Why not set up an ASP server, like netbox?
Prev  1 2
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023