![]() |
|
QA: How can I start a program with command line arguments?
By Vassili Philippov, September 04, 2001.
QuestionI want a start program with commend line arguments on my Pocket PC. I can write a program for that, but may there is a "Run" dialog like in Windows 95? AnswerThere is a built-in run dialog. Here is a algorithm how to open it. It works OK on my Compaq iPAQ but I doesn't work on my Casio Cassiopeia E125. Step 1
Step 2
Step 3
Run programIf by some reason the above algorithm doesn't work (it doesn't work on my Cassiopeia) you can use simple Run program written using STUtil library.
Download executable for ARM: run_arm.exe (10 Kb) You can also download source code (45 Kb). It's a very simple program that just calls CSTUtil::RunExecutable method. Related resources:
DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||