Search found 163 matches

by Vocalpoint
08 Jul 2020 13:53
Forum: Bug Reports
Topic: Slow network folder access times
Replies: 33
Views: 7078

Re: Slow network folder access times

Can confirm it has nothing to do with Synology (Specifically). I have noticed XY getting more cranky too with the network as of .300 or so. Running all WIndows 10 (two v1809's and the rest v1909) and two Windows 2019 servers. It is a total PITA sometimes trying to access shares or another machine. A...
by Vocalpoint
01 Dec 2018 17:26
Forum: Bug Reports
Topic: Cannot see or refresh any Network assets
Replies: 18
Views: 2998

Re: Cannot see or refresh any Network assets

BTW, another way to test this would have been: text get("network", 0); //works for you text get("network", 1); //works for you NOT This is incorrect. Both of these commands return the same thing - a listing of 7 active computers on the network I will test again with the SMB comp...
by Vocalpoint
30 Nov 2018 18:57
Forum: Bug Reports
Topic: Cannot see or refresh any Network assets
Replies: 18
Views: 2998

Re: Cannot see or refresh any Network assets

Does this script return anything useful? enumshellfolderitems 61; //Network Yes it does. 15 devices are shown in the output. I tested it with 1. SMB options checked with Add/Remove Windows 2. SMBv1 protocal disabled via Powershell 3. Computer Browser Service running And 1. SMB options checked with ...
by Vocalpoint
30 Nov 2018 14:17
Forum: Bug Reports
Topic: Cannot see or refresh any Network assets
Replies: 18
Views: 2998

Re: Cannot see or refresh any Network assets

CONFIRMED: This morning I decided to dig into this again. On this new computer build from this past weekend (Windows 10 Enterprise LTSC v1809 - I decided to enable SMBv1 by accessing Control Panel->Programs and Features->Turn Windows Features on or off (see attachment). I then rebooted and then chec...
by Vocalpoint
29 Nov 2018 13:57
Forum: Bug Reports
Topic: Cannot see or refresh any Network assets
Replies: 18
Views: 2998

Cannot see or refresh any Network assets

Just installed Windows 10 v1809 (LTSC) on a new digital audio workstation and XYPlorer is on in it's default state. I have yet to start modifying too much - but for the life of me - I cannot see anything under the Network node. I have 2 servers and at least 5 other workstations out there - I have tr...
by Vocalpoint
25 Aug 2018 22:05
Forum: Bug Reports
Topic: Odd network behavior
Replies: 9
Views: 1968

Re: Odd network behavior

Noticing it here as well. Network machines almost never refresh. I am taking a stab and saying it may have a lot to do with SMBv1 now being deprecated in Windows 10 1709 and newer. SMB relies heavily on the Computer Browser service which had largely been responsible for displaying computers on the n...
by Vocalpoint
08 Apr 2017 14:07
Forum: Tips & Tricks, Questions & Answers
Topic: Can XYplorer take contents of several folders and move to a single folder?
Replies: 6
Views: 1066

Re: Can XYplorer take contents of several folders and move to a single folder?

Set the $defaultFolderName as you like Rest should work as desired... $defaultFolderName = "Destination"; setting "BackgroundFileOps", 0; $destination = input("Create destination folder...", , "<curpath>\$defaultFolderName"); if !($destination) { status "...
by Vocalpoint
08 Apr 2017 06:02
Forum: Tips & Tricks, Questions & Answers
Topic: Can XYplorer take contents of several folders and move to a single folder?
Replies: 6
Views: 1066

Re: Can XYplorer take contents of several folders and move to a single folder?

Hundreds of possibilities... How do you want to select the target? Ideally? I would love it if I could: 1. Highlight a bunch of folders 2. Hit a shortcut key to fire up the script 3. Have an input box appear - so I can create a folder name 4. Click OK 5. Script moves contents of selected folders in...
by Vocalpoint
08 Apr 2017 00:53
Forum: Tips & Tricks, Questions & Answers
Topic: Can XYplorer take contents of several folders and move to a single folder?
Replies: 6
Views: 1066

Re: Can XYplorer take contents of several folders and move to a single folder?

setting "BackgroundFileOps", 0; $selection = <get SelectedItemsPathNames |>; copyto "R:\destination", quicksearch("/maxdepth=0", $selection, "|"), , 2, 2, 4); delete 1, 0, $selection; Awesome. So how do use this to transfer to the target? While I see "R:...
by Vocalpoint
07 Apr 2017 22:48
Forum: Tips & Tricks, Questions & Answers
Topic: Can XYplorer take contents of several folders and move to a single folder?
Replies: 6
Views: 1066

Can XYplorer take contents of several folders and move to a single folder?

I have situation where a batch process (from an audio app) is creating separate folders with an mp3 file in each folder. Is there any way (Or script) in XY that would let me select 10 folders and somehow move just the contents of those 10 folders to a single target location? Even better would be to ...
by Vocalpoint
04 Mar 2017 15:24
Forum: Tips & Tricks, Questions & Answers
Topic: Make XY open up with a specific tab set
Replies: 12
Views: 2031

Re: Make XY open up with a specific tab set

RalphM wrote:The helpfile is your friend!
You save current set of tabs as a tabset with a name, by which it can be loaded at any time.
To actually edit the shortcut you might want to look at the command line parameters.
Will do.

Cheers!

VP
by Vocalpoint
04 Mar 2017 15:17
Forum: Tips & Tricks, Questions & Answers
Topic: Make XY open up with a specific tab set
Replies: 12
Views: 2031

Re: Make XY open up with a specific tab set

If you want XY to open exactly with the same setup each time you could set your layout, tabs and everything, save the current config once and then untick save settings on exit. This actually works great - Just tried it. The easier way might be to set up a tabset and change the shortcut you use to s...
by Vocalpoint
03 Mar 2017 18:32
Forum: Tips & Tricks, Questions & Answers
Topic: Make XY open up with a specific tab set
Replies: 12
Views: 2031

Re: Make XY open up with a specific tab set

admin wrote:Can't explain it better than before. :| Can somebody take over with better English powers, please...
Might have something to do with what is going on under here?
XY Remember  Most recently used lists.png
XY Remember Most recently used lists.png (36.88 KiB) Viewed 2013 times
Thoughts?

VP
by Vocalpoint
03 Mar 2017 18:25
Forum: Tips & Tricks, Questions & Answers
Topic: Make XY open up with a specific tab set
Replies: 12
Views: 2031

Re: Make XY open up with a specific tab set

No, "open" is when you select the tab. That's one per pane. Configuration | Startup & Exit | No network browsing on startup will prevent those 2 tabs from opening. Does not work. XY Tab Layout.png In the graphic above - the first 4 tabs are locked (lines beneath each title). The next ...
by Vocalpoint
03 Mar 2017 17:52
Forum: Tips & Tricks, Questions & Answers
Topic: Make XY open up with a specific tab set
Replies: 12
Views: 2031

Re: Make XY open up with a specific tab set

admin wrote:5 tabs are opened? XY can open only 2 tabs at the same time. :?
I have 5 tabs locked. They are open everytime I open XY.

VP