Search found 26 matches

by David233
11 Dec 2019 15:59
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

Then do it this way: 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\...
by David233
11 Dec 2019 15:25
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

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
by David233
11 Dec 2019 15:16
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

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? "C:\Program Files (x86)\XYplorer\XYplorer...
by David233
10 Dec 2019 23:45
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

Your first script call is missing the trailing double quotes... And the .bat file is in the same path where XYplorer.exe lies? If not, you need to call XYplorer with its full path (and in double quotes)! E.g. (depending on where you've installed XY): "C:\Program Files (x86)\XYplorer\XYplorer.e...
by David233
10 Dec 2019 23:35
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

Your first script call is missing the trailing double quotes... And the .bat file is in the same path where XYplorer.exe lies? If not, you need to call XYplorer with its full path (and in double quotes)! E.g. (depending on where you've installed XY): "C:\Program Files (x86)\XYplorer\XYplorer.e...
by David233
10 Dec 2019 23:13
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

And what exactly happens when you run this .bat file? putting the script in BAT, didn't really help either is not helpful... Sorry, it just kind of flashes by quickly, and that's about it. Here's how my current content of the script looks like exactly XYplorer.exe /script="::#353; goto 'C:\'; ...
by David233
10 Dec 2019 22:57
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

highend wrote: 10 Dec 2019 22:34 Putting which script in the .bat?

Post the content of the .bat file^^
The one posted above :ghost:

Code: Select all

XYplorer.exe /script="::#353; goto 'C:\Users\Leon\Pictures\VLC'; tab('new', 'F:\Downloads\@5 Recurring'); tab('new', 'R:\');"
by David233
10 Dec 2019 22:32
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

highend wrote: 10 Dec 2019 21:34 Then read my first post again, it shows exactly what you were asking for...
Oh, pardon my ignorance, somehow misunderstood the description... I tried running it through Scripting ➔ Run Script, but got a "Dubious syntax" again, putting the script in BAT, didn't really help either :oops:
by David233
10 Dec 2019 21:26
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

highend wrote: 10 Dec 2019 19:43 No clue what command you've executed (and from where)...
I've done it from "Scripting ➔ Run a Script"
Just wanna be able two instances with custom directories through a BAT 😢
by David233
10 Dec 2019 19:36
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Re: Opening of several instances with distinct directories &

Is it possible to open several instances of the program, both with custom directories Look e.g. at the /script command line switch in the help file... XYplorer.exe /script="::#353; goto 'C:\'; tab('new', 'D:\'); tab('new', 'R:\');" This closes all other tabs, opens C: in the current tab a...
by David233
08 Dec 2019 18:37
Forum: Tips & Tricks, Questions & Answers
Topic: Opening of several instances with distinct directories &
Replies: 19
Views: 2573

Opening of several instances with distinct directories &

Hello, I was wondering. Is it possible to open several instances of the program, both with custom directories, through a BAT file, or something similar? Also, could it perhaps be possible to apply for one of them, something similar to this: https://github.com/bruhov/WinThumbsPreloader (preloads all ...