Win10 IoT [ execute program ]

Hi,
I have kit win10 IoT T30.
my test init sample ( led brink ) debug run = ok
ftp pc_explorer folders and copy file and paste in win10 = ok

Question
1- how to: send EXE pc to win10_Iot ( cmd execute program or double click mouser ) ?

2- how t0: run several programs at the same time?
example
program1 = serial
program2 = adc
program3 = gpio

3 - There is similar explorer for file folders and run program?

thanks,
Carlos

Question 1: How to send EXE to WinIoT device and run it.
As on WinIoT 10 Core there is no shell, there is also no way to run a program as you are used to it on a desktop machine. First how to bring it to the device. You can either connect your device to the same network as your development device is. This is described on the following side: http://ms-iot.github.io/content/en-US/win10/samples/HelloWorld.htm . An other way would be to crate a Application Package and upload the application to your device using the remote interface. This is kind of a website, that let you manage your device. More information on that you get here. On the Remote Interface you can also start and stop programs as well as define a default App, that gets started when the devices boots. Follow the links in the previous linked developer page for more information.

Question 2: Run several program at the same time
WinIoT 10 Core allows only one application running the same time. You can compare this concept with Android or IOS devices. You still can run background task (command line applications or services) the same time.

Question 3: Is there a file explorer?
No, there is no file explorer. We recommend to use the remote interface to run and terminate applications as mentioned above.

hi Samuel,

My application can edit the iotstartup ?

if = yes

example:
Program1; program2; program3 in disk.

program2 runnig now ( edited IoTstartup = set new program3 ) + Shutdown.
starting system now new Programa = program3.

see:

thanks,
Carlos.

I’m not fully sure if I understand your question correctly?

You like to have a program as a startup application which sets another application as startup application? This should be possible if you gain the right access control.

The link you provided seems a little complicated as for normal use you can use the web interface.

Hi Daniel, yes

" have a program as a startup application which sets another application as startup application
" or "
all programas sets another application as startup application "
re-start computer with new program.
thanks,
Carlos.