rapi start - command line arguments

  • Thread starter Thread starter Andy Paterson
  • Start date Start date
A

Andy Paterson

I am using the mobile developer power toy application rapistart to start an
application on the PocketPC.

Works ok apart from the fact that I don't seem to be able to include spaces
in command line args. You can include spaces in the application path by
enclosing it in double quotes but this does not work for command line
arguments. So something like

rapistart "/program files/myapp" arg1 "Second arg with spaces in it"

correctly processes the space between program and files but puts each word
of the second argument as a separate argument

Anyone know a way round this?
 
Back
Top