Search found 26 matches
- 11 Dec 2019 15:59
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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\...
- 11 Dec 2019 15:25
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
- 11 Dec 2019 15:16
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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...
- 10 Dec 2019 23:45
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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...
- 10 Dec 2019 23:35
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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...
- 10 Dec 2019 23:13
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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:\'; ...
- 10 Dec 2019 22:57
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
Re: Opening of several instances with distinct directories &
The one posted above

Code: Select all
XYplorer.exe /script="::#353; goto 'C:\Users\Leon\Pictures\VLC'; tab('new', 'F:\Downloads\@5 Recurring'); tab('new', 'R:\');"
- 10 Dec 2019 22:32
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
Re: Opening of several instances with distinct directories &
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

- 10 Dec 2019 21:26
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
- 10 Dec 2019 19:36
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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...
- 08 Dec 2019 18:37
- Forum: Tips & Tricks, Questions & Answers
- Topic: Opening of several instances with distinct directories &
- Replies: 19
- Views: 3021
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 ...