Hi I was wondering how we could find out or if anyone had a list of what parameters certain popular programs(executables) are capable of in Pocket PC. Like:
pimg -???
tmail -service -?????
fexplore -list?
Is it possible to get a list like in DOS by typing
pimg /?
i would also really like to also find out..
Anyone?
Bump. I think this would be VERY useful. Especially when making Mortscripts.
Here is some stuff, but not much:
http://rotlaus-software.de/wiki/rltoday/application_page
paranoid2007 said:
Here is some stuff, but not much:
http://rotlaus-software.de/wiki/rltoday/application_page
Click to expand...
Click to collapse
It's a start. Thanks!
Anyone else got anything?
You can run the unix command 'strings' to find parameters (often undocumented ones). Not sure if Windows has strings in the shell.
fluxist
fluxist said:
You can run the unix command 'strings' to find parameters (often undocumented ones). Not sure if Windows has strings in the shell.
fluxist
Click to expand...
Click to collapse
Yeah yeah! How do I do that?..
Related
Is there any utility available for WM5 similar to regmon or filemon from sysinternals.com? What I mean is a utility that will monitor and log real-time registry and/or filesystem access/changes? These two utilities are top notch for XP. I only wish I could find something like it for WM5.
Anyone?
fluxist
Read everything done by user Mamaich. He's posted source and exe of a file logger.
V
fluxist said:
Is there any utility available for WM5 similar to regmon or filemon from sysinternals.com? What I mean is a utility that will monitor and log real-time registry and/or filesystem access/changes? These two utilities are top notch for XP. I only wish I could find something like it for WM5.
Anyone?
fluxist
Click to expand...
Click to collapse
The prog you're looking for is: SKTracker (http://s-k-tools.com/index.html?sktracker/m_feat.html). It will monitor both registry and filesystem.
It is not free though
Bye
I have SPB Pocket Plus and Oxios Memory's Close and Hibernate.
I was wondering if there is any command to target and close a particular program?
Basically i'm looking for something which is extremely simple and doesn't require a massive installation of another additional program.
Guys this is real important... I hope somebody can throw some light on this. I just need a small executable to be able to close a particular appliaction via the command line so I can make a shortcut out of it.
I've looked around a lot but can't seem to find anything.
The program SKScheMa (http://s-k-tools.com/) has the ability to kill a named process.
It will let you create a script to do it.
Hi ishra,
Thanks for the tip. However i'm looking for a much simpler way to do it without having to install any additional software.
Ideally, I'd like an exe file which via a command line parameter can shutdown a partucular application.
http://www.vijay555.com/?Releases:VJTaskKiller
It will also be improved (eventually) to close invisible tasks. If you need that feature, let me know and I'll prioritse.
V
hahaha... VJ... you rock.
I dunno why I didn't think of looking up your website. It was the most obvious thing to do... I looked everywhere and I missed your site.
Thanks so much.
EDIT:
VJ, I mainly wanted this app to be able to close a program called IDTransfer. The name of the task is also IDTransfer and that is exactly what I put in the shortcut. When I click on the shortcut for some reason it says
Warning - window
'IDTransfer
' not found!
Click to expand...
Click to collapse
The following is the line in my shortcut
61#"\Program Files\vijay555\VJTaskKiller\VJTaskKiller.exe" IDTransfer
Click to expand...
Click to collapse
Vijay, same problem here. It's not working (Orbit WM6). Is there any chance to have you to take a closer look what's wrong?
I tried to run it against a couple of application in order to kill them. Results as above. Window - not found
Im looking for an executable that would run the cammand lines in a given txt file. Run them in order of their listing.
Basically I want to replace the voicedial exe in my wizard with this one and it will activate the audio over BT program and then Voice command.
Is this plausible?
Thanks!
Josh
you can use mortscript for that
cduijker said:
you can use mortscript for that
Click to expand...
Click to collapse
How do I go about doing this with mortscript? Does mortscript actually produce an executable that runs the script you make? Sorry Im a bit clueless about it.
mortscript creates scripts which will run just like executables on your phone.
Check the mortscript manual for the exact function you want, but if it is simply running programs you might try (as an example):
Run( "\Windows\StartMenu\Messages.lnk" )
It is quite versatile.
PDF Manual:
http://www.sto-helit.de/downloads/mortscript/MortScript-Manual.pdf
More info/download:
http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29
Hi,
I've got a WinCE5 device with RAM-based registry.
I'm looking for a command-line registry utility. I would like to export a specific key (including everything below the given path) in background.
For example:
Code:
regedit.exe /e dump.reg HKEY_LOCAL_MACHINE\SOFTWARE\TCPMP
You get the idea..
Now I found CeRegCMD, however that runs off your PC (ActiveSync). I need something which runs on the device itself.
There are quite a few GUI-based registry utilities out there, but I found none of them capable of exporting a given key in silence.
Any suggestions?
I know it's not exactly what you're looking for, but have you tried MortScript? I know, it's another program to install and it runs slowly, but if you need a flexible solution it's probably the thing to use.
can anybody recommend a makro app for competing a sequence of button clicks???
thanks
I feel quite justified in saying this: HUH?
Could you eleborate a bit more? I suppose with "makro" you mean "big"? And "competing a sequence of button clicks" is referring to some kind of memory game?
I think he means "macro".
Don't know of anything off hand, but there is mortscript you might be able to use (http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view) which does something similar but don't think it has any gui interface for it.
tweedie said:
I think he means "macro".
Don't know of anything off hand, but there is mortscript you might be able to use (http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view) which does something similar but don't think it has any gui interface for it.
Click to expand...
Click to collapse
yes i did mean macro.
A macro on a pc completes a series of button clicks with just a single press. Normally it gives you up to 20secs to complete your progress.
Basically what im trying to achieve for example is by clicking on an activesync icon on my today screen. Instead of opening activesync it would automatucally open activesync and select 'connect to bluetooth' and any other options necessary.
thanks for taking time to answer. will look into mortscripts but looks a little tricky.
did you find any way to record?
Martinhdk said:
did you find any way to record?
Click to expand...
Click to collapse
Not yet not sure if mortscript can do it as its all DOS coding basically. Relys on activating .exe or .bat files etc.. so in app commands probably unachievable.
Ill keep looking into it though....
You could combine mortscript with a key capture program (if you can find one for ppc).
Darren8448 said:
Not yet not sure if mortscript can do it as its all DOS coding basically. Relys on activating .exe or .bat files etc.. so in app commands probably unachievable.
Ill keep looking into it though....
Click to expand...
Click to collapse
I have to say Mortscript is great and can achieve most things but isnt very easy, plenty of research needed.
I have however achieved my goal, one click on an icon from today screen and my device will bluetooth sync to pc
Code is below if anyone interested
Run("\Windows\Start Menu\programs\ActiveSync.lnk")
Sleep (800)
SendRightSoft()
SendUp()
SendCR()
Sleep(7500)
Minimize "ActivSync"