Friday, January 16, 2015

KB: VB

VBScript:
aa.bat:
rem wscript abc.vbs male
cscript abc.vbs male

abc.vbs:
set wnet =CreateObject("WScript.Network")
uname=wnet.UserName
uage = InputBox("Please enter your age")
gender = WScript.Arguments(0)
MsgBox "Your user name is " & uname & "," & uage & "," & gender

Friday, January 2, 2015

Publish your Android app


1. Generate key
     http://www.apkbus.com/android-44559-1-1.html





















2. Go to Google Play Developer page to publish the app (registration fee $25 for lifetime)

Ref:
http://developer.android.com/distribute/index.html
http://mobile.51cto.com/android-228966_all.htm