Search found 49 matches

by Wublide
24 Apr 2023 12:28
Forum: Bug Reports
Topic: Middle click go up is not working
Replies: 2
Views: 186

Re: Middle click go up is not working

thank you!
by Wublide
18 Apr 2023 13:01
Forum: Bug Reports
Topic: Middle click go up is not working
Replies: 2
Views: 186

Middle click go up is not working

Is not a mouse problem because middle click go back is working, how do I fix?
by Wublide
18 Jul 2022 18:51
Forum: Tips & Tricks, Questions & Answers
Topic: Execute terminal command from catalogue item
Replies: 5
Views: 416

Re: Execute terminal command from catalogue item

Which command are you executing exactly ? executing an .exe file with parameters. As now I have that working through a .bat file like this: myapp.exe -option - option PAUSE the PAUSE deny the prompt closing on the end of command execution but in xyplorer the PAUSE command is not working ::run "...
by Wublide
18 Jul 2022 18:23
Forum: Tips & Tricks, Questions & Answers
Topic: Execute terminal command from catalogue item
Replies: 5
Views: 416

Re: Execute terminal command from catalogue item

one more problem: seems like that the cmd PAUSE command is not recognized and the script terminal windows is closed after the execution. How to solve this?
by Wublide
18 Jul 2022 18:07
Forum: Tips & Tricks, Questions & Answers
Topic: Execute terminal command from catalogue item
Replies: 5
Views: 416

Re: Execute terminal command from catalogue item

Check help for scripting commands "run", "runq" and "runret" then use it in your catalog item. thank you, got the command work flawlessly throug that script commands but now how I add the script line in the catalogue as an item? already tried the location box unsuccesf...
by Wublide
18 Jul 2022 16:53
Forum: Tips & Tricks, Questions & Answers
Topic: Execute terminal command from catalogue item
Replies: 5
Views: 416

Execute terminal command from catalogue item

As title, how could I achieve this?
by Wublide
01 Jun 2019 11:08
Forum: Wishes
Topic: microsoft photo viewer
Replies: 9
Views: 3205

Re: microsoft photo viewer

This is definitely not the photo viewer used by Windows 10 but it works for left-right keys, where the default Windows 10 photo viewer does not seem to work unfortunately. It's strange though... any idea why would it work for Windows Explorer and not XYplorer ? yeah, the current default viewer on w...
by Wublide
04 May 2019 16:41
Forum: Tips & Tricks, Questions & Answers
Topic: Catalogue multiple items script
Replies: 3
Views: 812

Re: Catalogue multiple items script

like this?

Code: Select all

\\path\to\file
\\path\to\file
\\path\to\file
already did but nothing changes, clicking on does nothing, no window
by Wublide
04 May 2019 16:16
Forum: Tips & Tricks, Questions & Answers
Topic: Catalogue multiple items script
Replies: 3
Views: 812

Catalogue multiple items script

I have a catalogue element that's a simple script of multiple folder paths, something like that: "First Path" \\path\to\dir "Second path" \\path\to\dir "Third Path" \\path\to\dir and when i click on this element a new curtain windows appear that let me choose one of the...
by Wublide
02 May 2019 19:44
Forum: Script Exchange
Topic: Samba multi user script
Replies: 6
Views: 2286

Re: Samba multi user script

Does it make any sense to ask for some user name to connect with (and asking for a password is necessary as well!) after executing the net use command? You should at least read up those commands before using them :ghost: yeah you're right, i find that net use X: \\path\to\share * /USER:username /PE...
by Wublide
02 May 2019 19:31
Forum: Script Exchange
Topic: Samba multi user script
Replies: 6
Views: 2286

Re: Samba multi user script

highend wrote: 02 May 2019 19:22
but how can i integrate it in script language?
Again, by using run or runret()? And ask for a user name by using input()...
something like that

Code: Select all

run net use X: \\path\to\share
input()
?
by Wublide
02 May 2019 19:20
Forum: Script Exchange
Topic: Samba multi user script
Replies: 6
Views: 2286

Re: Samba multi user script

highend wrote: 02 May 2019 19:13 Sure. Open a command prompt and execute
net use /?

Create a simple script by using e.g. run or runret()...
yeah i was pointing in net use direction but how can i integrate it in script language? i did some sort of xyplorer scripting in the past but something really basic
by Wublide
02 May 2019 19:01
Forum: Script Exchange
Topic: Samba multi user script
Replies: 6
Views: 2286

Samba multi user script

There's a way to script a single catalogue item that let me choose to access a network directory with one user or another one?
by Wublide
15 Nov 2018 22:10
Forum: Tips & Tricks, Questions & Answers
Topic: Custom column with video resolution
Replies: 22
Views: 4882

Re: Custom column with video resolution

and there's a guide on that? It requires scripting capabilities what do you mean by update manually? The additional script must be executed manually (button, user command, catalog, whatever) to update the cache d'oh...and what about the other problem? there's a way to show up a cc on a specified su...