Opening of several instances with distinct directories &

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
David233
Posts: 26
Joined: 07 Dec 2019 23:09

Re: Opening of several instances with distinct directories &

Post by David233 »

highend wrote: 10 Dec 2019 23:50 Then you don't have two XY calls (with different directories for the /script part) in the .bat or you didn't save settings at least once after you've set the checkmark for both of the mentioned settings...
Saved, should it look like this then, perhaps?

Code: Select all

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /script="::#353; goto 'C:\'; tab('new', 'C:\Users\David\Pictures\VLC');"

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /script="::#353; goto 'F:\'; tab('new', 'F:\Downloads\@5 Recurring');"

highend
Posts: 13315
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Opening of several instances with distinct directories &

Post by highend »

:tup:
One of my scripts helped you out? Please donate via Paypal

David233
Posts: 26
Joined: 07 Dec 2019 23:09

Re: Opening of several instances with distinct directories &

Post by David233 »

highend wrote: 11 Dec 2019 15:18:tup:
Hm, it opens up the first line, but doesn't proceed onto the second one, for some reason...

Image

highend
Posts: 13315
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Opening of several instances with distinct directories &

Post by highend »

Then do it this way:

Code: Select all

START "1" "R:\XYplorer 20.60.0211\XYplorer.exe" /script="::#353; goto 'C:\'; tab('new', 'C:\Users\David\Pictures\VLC');"
START "2" "R:\XYplorer 20.60.0211\XYplorer.exe" /script="::#353; goto 'F:\'; tab('new', 'F:\Downloads\@5 Recurring');"
One of my scripts helped you out? Please donate via Paypal

David233
Posts: 26
Joined: 07 Dec 2019 23:09

Re: Opening of several instances with distinct directories &

Post by David233 »

highend wrote: 11 Dec 2019 15:29 Then do it this way:

Code: Select all

START "1" "R:\XYplorer 20.60.0211\XYplorer.exe" /script="::#353; goto 'C:\'; tab('new', 'C:\Users\David\Pictures\VLC');"
START "2" "R:\XYplorer 20.60.0211\XYplorer.exe" /script="::#353; goto 'F:\'; tab('new', 'F:\Downloads\@5 Recurring');"
Yay, that helped! Thanks!

Post Reply