Page 1 of 1

How to execute program by Custom button?

Posted: 12 Jun 2017 01:21
by MIRKOSOFT
Hi!

I'm new in XYplorer scripting and now want to add some functions to Custom user buttons of tool tray.

I added button and to script line I added:

run H:\MIRKOSOFT\Key Sender\KeySender\KeySender\bin\Debug\KeySender.exe 18+112;

This was first better result - outputs not unknown command...

But at clicking it opens error window with 0\0 Overflow...

Where I do mistake?

Thank you for all.
Miro

Re: How to execute program by Custom button?

Posted: 12 Jun 2017 07:05
by highend
No quoting. Lookup the run command in the help file for examples...

Re: How to execute program by Custom button?

Posted: 12 Jun 2017 08:36
by MIRKOSOFT
Really I found nothing.
Miro

Re: How to execute program by Custom button?

Posted: 12 Jun 2017 08:37
by highend
Advanced Topics / Scripting Commands Reference / Run?

Re: How to execute program by Custom button?

Posted: 12 Jun 2017 08:52
by MIRKOSOFT
Thank you!

I was always have results run script...

Miro