Multi Commander Support Forum
File Managment For Professionals
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MultiCommander v14.2 is released!
Home
Help
Search
Login
Register
Multi Commander Support Forum
»
Multi Commander
»
Support and Feedback
»
get path from both explorer panels
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: get path from both explorer panels (Read 12291 times)
karthik
Active Member
Posts: 56
get path from both explorer panels
«
on:
August 24, 2012, 09:59:46 »
I would like to call a batch file from within MC using the paths displayed in the two explorer panel path rows as arguments... Something like
runbatch.bat leftpath rightpath
Is there a way to do this?
Logged
Mathias (Author)
Administrator
VIP Member
Posts: 4386
Re: get path from both explorer panels
«
Reply #1 on:
August 24, 2012, 10:10:28 »
Multi-Tags
can be used in Bat/External and Custom Commands and since you are calling an external bat your choice should be external.
So for example
Create a User Command of type : External
Code:
[Select]
"D:\test.bat" ${sourcepath} ${targetpath}
«
Last Edit: August 24, 2012, 10:13:03 by Mathias (Author)
»
Logged
karthik
Active Member
Posts: 56
Re: get path from both explorer panels
«
Reply #2 on:
August 24, 2012, 10:31:51 »
That helps. But when the source path has a space character the string breaks and does not show the full path.
Logged
karthik
Active Member
Posts: 56
Re: get path from both explorer panels
«
Reply #3 on:
August 24, 2012, 10:33:02 »
Figured that out. A double quote does the job. Thanks.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Multi Commander Support Forum
»
Multi Commander
»
Support and Feedback
»
get path from both explorer panels