Page 1 of 1
Comand Line window won't stay open
Posted: 31 May 2011 12:55
by drgt
Re: Comand Line window won't stay open
Posted: 31 May 2011 13:21
by orange_batch
Command line:
cmd /k " "path" "%1" "
Re: Comand Line window won't stay open
Posted: 31 May 2011 14:32
by drgt
ok. Thanks.
This:
C:\windows\system32\cmd.exe /k "C:\Program Files\MediaInfo\MediaInfo.exe" %1"
causes the window to stay open BUT it does not do the work. Instead I get the message:
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Re: Comand Line window won't stay open
Posted: 31 May 2011 14:36
by Cleptography
- "
Re: Comand Line window won't stay open
Posted: 31 May 2011 14:41
by drgt
Do you mean I have a quote too many? Which one?
Would you please copy and paste the correct line?
Thanks
Comand Line window won't stay open
Posted: 31 May 2011 14:47
by drgt
Never mind, I got it. Thanks again.
C:\windows\system32\cmd.exe /k " "C:\Program Files\MediaInfo\MediaInfo.exe" "%1" "
Re: Comand Line window won't stay open
Posted: 31 May 2011 14:53
by orange_batch
Yes, that would be the syntax I told you.
Comand Line window won't stay open
Posted: 31 May 2011 14:57
by drgt
Thank you Thank you Thank you!!!!!
My mistake, sorry
Re: Comand Line window won't stay open
Posted: 31 May 2011 15:17
by orange_batch
No problem.