PDA

View Full Version : Does anyone have a list of program parameters?


juiceppc
3rd October 2007, 04:19 PM
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 /?

joshuawittstock
3rd October 2007, 05:50 PM
i would also really like to also find out..
Anyone?

juiceppc
4th October 2007, 04:47 PM
Bump. I think this would be VERY useful. Especially when making Mortscripts.

paranoid2007
4th October 2007, 05:11 PM
Here is some stuff, but not much:

http://rotlaus-software.de/wiki/rltoday/application_page

juiceppc
4th October 2007, 07:38 PM
Here is some stuff, but not much:

http://rotlaus-software.de/wiki/rltoday/application_page

It's a start. Thanks!

Anyone else got anything?

fluxist
4th October 2007, 09:30 PM
You can run the unix command 'strings' to find parameters (often undocumented ones). Not sure if Windows has strings in the shell.

fluxist

juiceppc
8th October 2007, 04:39 PM
You can run the unix command 'strings' to find parameters (often undocumented ones). Not sure if Windows has strings in the shell.

fluxist

Yeah yeah! How do I do that?..