Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# process.start and problem with argument Pin
sapsaPL23-Mar-10 9:49
sapsaPL23-Mar-10 9:49 
GeneralRe: C# process.start and problem with argument Pin
Ian Shlasko23-Mar-10 9:52
Ian Shlasko23-Mar-10 9:52 
GeneralRe: C# process.start and problem with argument [modified] Pin
sapsaPL23-Mar-10 10:15
sapsaPL23-Mar-10 10:15 
GeneralRe: C# process.start and problem with argument Pin
Ian Shlasko23-Mar-10 11:05
Ian Shlasko23-Mar-10 11:05 
AnswerRe: C# process.start and problem with argument Pin
Luc Pattyn23-Mar-10 15:27
sitebuilderLuc Pattyn23-Mar-10 15:27 
GeneralRe: C# process.start and problem with argument Pin
Dave Kreskowiak23-Mar-10 17:54
mveDave Kreskowiak23-Mar-10 17:54 
GeneralRe: C# process.start and problem with argument Pin
Luc Pattyn23-Mar-10 18:17
sitebuilderLuc Pattyn23-Mar-10 18:17 
AnswerRe: C# process.start and problem with argument Pin
Dave Kreskowiak23-Mar-10 17:53
mveDave Kreskowiak23-Mar-10 17:53 
The way you have your command line right now is this:
C:\Program Files (x86)\Combined Community Codec Pack\MPC\mpc-hc.exe C:\Users\xxx\Documents\Visual Studio 2008\Projects\aa\aa\bin\last.mpcpl


You need to add double quotes around both the path to the .EXE and the arguments you're passing it, like this:
"C:\Program Files (x86)\Combined Community Codec Pack\MPC\mpc-hc.exe" "C:\Users\xxx\Documents\Visual Studio 2008\Projects\aa\aa\bin\last.mpcpl"


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionAppending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:10
Balletje23-Mar-10 7:10 
AnswerRe: Appending data to a aes encrypted file? Pin
OriginalGriff23-Mar-10 7:24
mveOriginalGriff23-Mar-10 7:24 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:35
Balletje23-Mar-10 7:35 
GeneralRe: Appending data to a aes encrypted file? Pin
OriginalGriff23-Mar-10 9:25
mveOriginalGriff23-Mar-10 9:25 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 9:32
Balletje23-Mar-10 9:32 
AnswerRe: Appending data to a aes encrypted file? Pin
harold aptroot23-Mar-10 7:34
harold aptroot23-Mar-10 7:34 
AnswerRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:45
Balletje23-Mar-10 7:45 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot23-Mar-10 11:34
harold aptroot23-Mar-10 11:34 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 21:38
Balletje23-Mar-10 21:38 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot24-Mar-10 1:38
harold aptroot24-Mar-10 1:38 
AnswerRe: Appending data to a aes encrypted file? Pin
Sir Dot Net23-Mar-10 8:14
Sir Dot Net23-Mar-10 8:14 
QuestionHow can I recover deleted files in C#? Pin
sunlord_clave23-Mar-10 6:33
sunlord_clave23-Mar-10 6:33 
AnswerRe: How can I recover deleted files in C#? Pin
Abhinav S23-Mar-10 7:21
Abhinav S23-Mar-10 7:21 
QuestionLane Tracking and Distancing Pin
sebogawa23-Mar-10 6:23
sebogawa23-Mar-10 6:23 
AnswerRe: Lane Tracking and Distancing Pin
Keith Barrow23-Mar-10 7:43
professionalKeith Barrow23-Mar-10 7:43 
GeneralRe: Lane Tracking and Distancing Pin
sebogawa23-Mar-10 12:33
sebogawa23-Mar-10 12:33 
GeneralRe: Lane Tracking and Distancing Pin
Keith Barrow23-Mar-10 13:50
professionalKeith Barrow23-Mar-10 13:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.