Comand Line window won't stay open
Moderator: DosItHelp
-
- Expert
- Posts: 442
- Joined: 01 Aug 2010 17:13
- Location: Canadian Pacific
- Contact:
Re: Comand Line window won't stay open
Command line:
cmd /k " "path" "%1" "
cmd /k " "path" "%1" "
Re: Comand Line window won't stay open
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.
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.
-
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
- Contact:
Re: Comand Line window won't stay open
Do you mean I have a quote too many? Which one?
Would you please copy and paste the correct line?
Thanks
Would you please copy and paste the correct line?
Thanks
Comand Line window won't stay open
Never mind, I got it. Thanks again.
C:\windows\system32\cmd.exe /k " "C:\Program Files\MediaInfo\MediaInfo.exe" "%1" "
C:\windows\system32\cmd.exe /k " "C:\Program Files\MediaInfo\MediaInfo.exe" "%1" "
-
- Expert
- Posts: 442
- Joined: 01 Aug 2010 17:13
- Location: Canadian Pacific
- Contact:
Re: Comand Line window won't stay open
Yes, that would be the syntax I told you.
Comand Line window won't stay open
Thank you Thank you Thank you!!!!!
My mistake, sorry
My mistake, sorry
-
- Expert
- Posts: 442
- Joined: 01 Aug 2010 17:13
- Location: Canadian Pacific
- Contact:
Re: Comand Line window won't stay open
No problem.