WmConsole 0.17
Sponsored Links
WmConsole 0.17 Ranking & Summary
File size:
0.24 MB
Platform:
Any Platform
License:
GPL (GNU General Public License)
Price:
Downloads:
1208
Date added:
2006-07-03
Publisher:
Davide Libenzi
WmConsole 0.17 description
WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels.
WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server.
Commands List
pwd = Prints the current directory
cd DIR = Change current directory to DIR (.. is allowed)
ls [DIR/FILE] = Lists the current directory or the specified path
ps = Lists currently running processes
lsmod [MATCH] = Lists modules loaded by processes whose name match MATCH
wld MATCH = Lists all processes that load modules matching MATCH
kill PID = Terminates the process identified by PID
run EXE ... = Starts the exe with the specified parameters
exec EXE ... = Starts the exe with the specified parameters and links to
the process standard output/input
df [DIR] = Prints the disk space statistics for DIR (or object store
in case DIR is not specified
mem = Displays memory usage statistics
lssvc = Lists device services
svc -{S,T} SVC = Controls services functionality. Supported actions are:
S : Start service SVC
T : Stop service SVC
lsdev = Lists system devices
mkdir [-p] DIR = Create directory DIR. Allowed flags for the command are:
p : Create all the intermediate directories, if missing
rmdir DIR = Remove directory DIR (must be empty)
rm FILE = Remove file FILE
mv OLD NEW = Renames files or directories from OLD to NEW
cp SRC DST = Copy SRC file onto DST file. If SRC is a directory, the whole
SRC tree will be copied
rmtree DIR = Remove directory DIR and all its subtree (dangerous)
chmod MODE FILE = Change the access mode of FILE applying MODE changes
([+-][hws]+ | h=hidden w=write s=system)
exit = Exit session
shutdown = Exit session and shutdown the WmConsole server
reboot = Exit session and reboot the device
cat FILE = Dump the content of remote file FILE on screen
find [-1s] PATH MATCH = Recursively searches PATH for MATCH file or directory name
(wildcards allowed in MATCH). Allowed flags for the command are:
1 : Do not recurse inside subdirectories
s : Print only the file path
put [-Rf] REM LOC = Copies the local file(s) LOC to the remote file/path (on device) REM.
Wildcards allowed in LOC. Allowed flags for the command are:
R : Recurse to subdirectories
f : Forces the missing subdirectories creation on the device
get [-R] REM LOC = Copies the remote file(s) (on device) REM to local file/path LOC.
Wildcards allowed in REM. Allowed flags for the command are:
R : Recurse to subdirectories
rpwd = Prints the current registry key
rcd KEY = Change current registry key to KEY (.. is allowed)
rls [KEY/RVAL] = Lists the current registry key or the specified KEY
rcat RVAL = Dump the content of registry path RVAL on screen
rfind KEY MATCH = Recursively searches KEY path for MATCH value or key name
rrm RVAL = Remove the registry value RVAL
rrmtree KEY = Remove the registry key KEY and all its subtree (dangerous)
rmkkey KEY = Creates the registry key KEY
rset RVAL TYPE VALUE = Sets the registry value RVAL to VALUE, with data type TYPE.
Allowed data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
rdig [-i] KEY TYPE DATA = Recursively searches the KEY registry path for DATA bytes. Allowed
data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
The DATA parameter format depends on the TYPE. Allowed
flags for the command are:
i : Ignore case during string match
rexp [-R] KEY/RVAL FILE = Exports the registry value RVAL or key KEY, to the file path FILE.
Allowed flags for the command are:
R : In case a registry key KEY is specified, exports the whole subtree
rimp FILE = Imports the registry file FILE into the device registry. New keys
will be created if missing, and existing values will be overwritten
help = Prints this help screen
WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server.
Commands List
pwd = Prints the current directory
cd DIR = Change current directory to DIR (.. is allowed)
ls [DIR/FILE] = Lists the current directory or the specified path
ps = Lists currently running processes
lsmod [MATCH] = Lists modules loaded by processes whose name match MATCH
wld MATCH = Lists all processes that load modules matching MATCH
kill PID = Terminates the process identified by PID
run EXE ... = Starts the exe with the specified parameters
exec EXE ... = Starts the exe with the specified parameters and links to
the process standard output/input
df [DIR] = Prints the disk space statistics for DIR (or object store
in case DIR is not specified
mem = Displays memory usage statistics
lssvc = Lists device services
svc -{S,T} SVC = Controls services functionality. Supported actions are:
S : Start service SVC
T : Stop service SVC
lsdev = Lists system devices
mkdir [-p] DIR = Create directory DIR. Allowed flags for the command are:
p : Create all the intermediate directories, if missing
rmdir DIR = Remove directory DIR (must be empty)
rm FILE = Remove file FILE
mv OLD NEW = Renames files or directories from OLD to NEW
cp SRC DST = Copy SRC file onto DST file. If SRC is a directory, the whole
SRC tree will be copied
rmtree DIR = Remove directory DIR and all its subtree (dangerous)
chmod MODE FILE = Change the access mode of FILE applying MODE changes
([+-][hws]+ | h=hidden w=write s=system)
exit = Exit session
shutdown = Exit session and shutdown the WmConsole server
reboot = Exit session and reboot the device
cat FILE = Dump the content of remote file FILE on screen
find [-1s] PATH MATCH = Recursively searches PATH for MATCH file or directory name
(wildcards allowed in MATCH). Allowed flags for the command are:
1 : Do not recurse inside subdirectories
s : Print only the file path
put [-Rf] REM LOC = Copies the local file(s) LOC to the remote file/path (on device) REM.
Wildcards allowed in LOC. Allowed flags for the command are:
R : Recurse to subdirectories
f : Forces the missing subdirectories creation on the device
get [-R] REM LOC = Copies the remote file(s) (on device) REM to local file/path LOC.
Wildcards allowed in REM. Allowed flags for the command are:
R : Recurse to subdirectories
rpwd = Prints the current registry key
rcd KEY = Change current registry key to KEY (.. is allowed)
rls [KEY/RVAL] = Lists the current registry key or the specified KEY
rcat RVAL = Dump the content of registry path RVAL on screen
rfind KEY MATCH = Recursively searches KEY path for MATCH value or key name
rrm RVAL = Remove the registry value RVAL
rrmtree KEY = Remove the registry key KEY and all its subtree (dangerous)
rmkkey KEY = Creates the registry key KEY
rset RVAL TYPE VALUE = Sets the registry value RVAL to VALUE, with data type TYPE.
Allowed data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
rdig [-i] KEY TYPE DATA = Recursively searches the KEY registry path for DATA bytes. Allowed
data types for the command are:
SZ : String value
DW : DWord value
BI : Binary value (VALUE is a sequence of 2 hexdigit numbers,
comma separated, like: 03,c2,fa,...)
The DATA parameter format depends on the TYPE. Allowed
flags for the command are:
i : Ignore case during string match
rexp [-R] KEY/RVAL FILE = Exports the registry value RVAL or key KEY, to the file path FILE.
Allowed flags for the command are:
R : In case a registry key KEY is specified, exports the whole subtree
rimp FILE = Imports the registry file FILE into the device registry. New keys
will be created if missing, and existing values will be overwritten
help = Prints this help screen
WmConsole 0.17 Screenshot
WmConsole 0.17 Keywords
WmConsole
DIR
RVAL
MATCH
REM
LOC
windows mobile devices
Server For Windows
for windows mobile
Registry key
Mobile devices
For Windows
Console Server
key
file
value
Bookmark WmConsole 0.17
WmConsole 0.17 Copyright
WareSeeker periodically updates pricing and software information of WmConsole 0.17 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WmConsole 0.17 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
for windows mobile 6
Windows Registry
yahoo messenger for windows mobile
windows mobile devices pocket pc
server for windows xp
windows mobile devices phones
ftp server for windows
games for windows mobile
iphone theme for windows mobile
registry keys
windows mobile devices smartphone
software for windows mobile
ssh server for windows
server for windows media encoder
aim for windows mobile
dhcp server for windows xp
registry key 'software javasoft java runtime environment currentversion'
windows mobile devices list
Version History
Related Software
old is a simple lock server. Free Download
mlocate is a new locate implementation. Free Download
Xcall is a packet-radio program for X which supports the AX.25, NET/ROM and Rose protocols. Free Download
ipmkchains is a firewall chain manipulation tool. Free Download
tkacal is a scheduling program which could be used with cal for example. Free Download
TAC is a pure Tcl version of AOL Instant Messenger (AIM). Free Download
vzctl is the utility that allows an OpenVZ system administrator to control VPSs. Free Download
AFOS is a formal and stochastic linguistic tools. Free Download
Latest Software
Popular Software
Favourite Software