How to execute command number # through catalog or user menu

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

How to execute command number # through catalog or user menu

Post by cadu »

Hi,

Through user buttom (image) I could execute command number #630. But not using any resource of catalog or even user menu

How to execute command number # through catalog or user menu?
To see the attached files, you need to log into the forum.

Filehero
Posts: 2732
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: How to execute command number # through catalog or user

Post by Filehero »

Code: Select all

Load("#630;",  , s);
Cheers,
Filehero

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: How to execute command number # through catalog or user

Post by cadu »

Thanks!

I intend to learn more about it. Do you know what are the topics in "help" file that are related to this subject/syntax you provide me?

Best,
Cadu

admin
Site Admin
Posts: 66366
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: How to execute command number # through catalog or user

Post by admin »

This is enough:

Code: Select all

#630;
The trailing ";" marks it as a script.


Another way is to prefix the script marker:

Code: Select all

::#630

Post Reply