西部在线禁发广告,违者封会员帐号.
西部在线阳光生活数码世界智能手机软件SKScheMa[介绍]VJPhoneTools-命令行发送SMS/拨打电话等工具
    
 
[介绍]VJPhoneTools-命令行发送SMS/拨打电话等工具
发起人:konan  回复数:1  浏览数:8701  最后更新:2009-1-6 11:37:43 by mahushen

选择查看 搜索更多相关主题  帖子排序:
2008-12-16 0:56:52
konan





工兵

角  色:版主
发 帖 数:14
经 验 值:58
注册时间:2008-12-14
[介绍]VJPhoneTools-命令行发送SMS/拨打电话等工具
<div id="blogContent_fks_084066084082085066087084085095082082084071085083082075" class="g_w_100" style="overflow: hidden;"> <div class="g_t_left c07 content" id="blogtext_fks_084066084082085066087084085095082082084071085083082075">

[转自konan:http://skschema.blog.163.com/blog/static/64541548200812863958312/]

今天在mortscript论坛逛时看到有个朋友发了一个命令行下短信发送工具,非常好用,和大家分享一下。

-----------------------------------

http://www.vijay555.com/?Releases:VJPhoneTools

VJPhoneTools

WM2003 and WM5 phones compatible.
支持WM2003 和WM5手机

These tools are used with the PocketPC Phone Edition to make an SMS, Email or call from the command line.
This software is a replacement for my old tools, VJSMS and VJDialer.
这些工具用来在PPC手机上使用命令行来制作SMS,Email,拨打电话。这个软件是代替我以前制作的版本
Thisreplacement is hopefully now Windows Mobile 2005 compatible. This newrelease features the ability to send an SMS directly, without having towrite the text in the SMS editor. So you can have a link on your todayscreen with an icon of your better half, setup to send a message "I'mon my way". Click the icon and the SMS is sent off with no furtherkeypresses or tapping.
这个软件可以运行在WM5上。目前的新功能是直接使用命令行发送SMS,而不用调用SMS编辑界面。因此你可以直接在桌面上建立一个按钮,设置为发送短消息“我正在路上”。点击按钮后就会发送短消息,而不再需要任何其它按键和点击操作。(个人很喜欢这作者这个想法,开车不方便回信时就可以用到了。)

<div style="text-align: center;"><div align="center">VJ's Today Screen </div></div>


These tools can co-exist with the old VJSMS and VJDialer; however, I suggest you uninstall the old versions.
VJPhoneTools installs into the directory "/program files/vijay555". Please update all old shortcuts to the new location. Sorry!
这些工具可以和旧版的VJSMS VJDialer共存,但是我建议你卸载旧的版本。VJPhoneTools被安装在"/program files/vijay555"文件夹,请升级所有旧的快捷方式到新位置。


Usage:使用说明
The cab installs shortcuts on your program menu to show how to use this release. Please use these to learn usage.


VJDialer is used the same as the old version,
拨号工具,命令行下直接拨打号码。
eg: "\Program Files\vijay555\VJDialer.exe" 07812 1234567
will dial 07812 1234567

VJSMS is also used the same as the old version,
短信工具,命令行调用后,打开默认SMS编辑器新建短信,并填入参数中的号码及SMS内容。
eg: "\Program Files\vijay555\VJSMS.exe" "12345" -body "I want to give you money!"
will start an SMS to recipient 12345 with text already in the SMS.
Remove the -body switch if you don't need to start with text.
如果删除'-body'开关,则不需要填充预写SMS内容。

VJEmail is a new tool, but predicatbly does the same as VJSMS but starts an email.
It assumes that you have already set up a POP3 email account on your PDA . 
邮件工具,与VJSMS一样,只不过发送的是邮件。使用这个工具前默认您已经为你的PDA设置好了一个POP3帐户。
Syntax:  VJEmail [-body TEXT]
eg: "\Program Files\vijay555\VJEmail.exe" "paypal@vijay555.com" -body "I want to give you money!"
VJEmail 帐户 [-body 预填充正文]

VJSMS and VJEmail can be used to start blank SMS and Emails by just using command line ""
eg VJSMS ""
VJSMS和VJEmail都可以不带参数使用,这样只会调出程序不预填充内容。


VJSMSSender provides new functionality, sending an SMS from the command line, with optional notification.
Set up a command line and then just launch it to send an sms with no interaction.
Be careful - it will send SMSs so you could end up spending cash easily.
However, notification is given, but can optionally be disabled.
VJSMSSender提供了新的功能,直接在命令行下发送SMS,自带可选发送通知项。
设置好命令行并执行,省去了和编写步骤。
虽然提供了发送通知,但这个选项可以关闭。也就是说无通知发送。

eg: "\Program Files\vijay555\VJSMSSender.exe" 1234 I want to give you money!
Will send an SMS to recipient 1234 with text "I want to give you money!"
Note no " " speech marks required anywhere.
注意:发送时SMS正文无需要引号。

VJSMSSender will split the command line at the first space, so no spaces in the telephone number!
Everything after the first space is assumed to be a message. The message can be a maximum of 1000 characters.
VJSMSSender软件自动将第一个空格前数字识别为电话号码,所以在电话号码中不要存在空格。第一个空格后都被识别外消息正文。消息最大可以使用1000个字符。

On WM2003SE you will get a notifcation bubble that will dismiss itself after 13 seconds, if you don't click it first.
If you want no notification, use the switch -silent
eg: "\Program Files\vijay555\VJSMSSender.exe" 1234 -silent I want to give you money!
Be extra careful here because you won't know that the message has been sent!
在WM2003SE系统上会有发送通知消息,如果你不点击将在13秒后关闭。
如果不想显示通知,请使用'-silent'开关。
注意如果使用'-silent'开关消息发送没有任何提示。

自测结果:1.SMS正文支持中文。2..还没有测试如何实现回车换行,估计有难度。
 


If you like this software feel free to send me a small donation via paypal
Other companies are charging for this stuff, and it's taken quite a lot of work for me, even if it looks simple!
It will me to keep giving you stuff free!

Please see here for the old XDA Developers Forum Thread.
Please post comments on my forum, or on the XDA Forum.

Release info: 16 November 2005: Initial (test?) release of VJPhoneTools

NOTE: Feel free to link to this or any of my pages anywhere you want, but please don't distribute the software directly.
I need to keep track of releases and updates etc.


下载地址:
download Download the cab file
download Download zip of files for manual installation

</div> </div>
流动的水没有形状,飘流的风找不到踪迹,任何推理取决于心!
2009-1-6 11:37:43
mahushen





工兵

角  色:注册用户
发 帖 数:2
经 验 值:2
注册时间:2009-1-6

这真是个好东西


  • 联系我们 - 西部在线 - 论坛存档 - 返回顶部
    Powered by 西部在线 © 2004-2024 xbzx.com
  • Processed in 0.20 second(s)
    Server Time 2024-3-29 1:37:12