PDA

Click to See Complete Forum and Search --> : evb3 shell command launch a apps


irb4
Nov 29th, 2006, 12:45 AM
So I want to launch windows/hpIpaqViewer.exe in a handheld PC with evb3.

And I found a evb application and code here to launch programs in handheld:
http://www.businessanyplace.net/?p=evbcode
codes:
http://www.businessanyplace.net/sam...de/ppde5.15.zip

In the evb form of the application that pop up:

(label) (textbox)
application: peghelp
parameters: soltr.htm

Click run, a solitaire help will start up.

My question is, if I want to run hpIpaqView.exe, what should I fill in the textboxes?

like this?

(label) (textbox)
application: hpIpaqViewer.exe
parameters: hpIpaqViewer.exe

petevick
Nov 29th, 2006, 01:07 AM
HI,
if you just want to launch it, you don't need to send it any parameters.

Pete

irb4
Nov 29th, 2006, 09:31 PM
Thank you, muah muah~