Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to launch a process cmd.exe in metro style app xaml.
but there is no command like process.start in xaml metro app.pls help me
Posted
Updated 31-Aug-12 2:43am
v2

1 solution

One thing you could try is to use the Launcher.LaunchUriAsync(Uri)[^]
 
Share this answer
 
Comments
Member 9396762 1-Sep-12 1:39am    
but how this command can launch cmd.exe....
pls help me...
Wendelius 1-Sep-12 2:15am    
What happens if you try using

new Uri("file:cmd.exe")
Member 9396762 1-Sep-12 3:18am    
it is showing error:
Invalid URI: The Authority/Host could not be parsed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900