

Note these obvious differences to scriptsin script files:- No menu is popped.- If you enter more than one script only thefirst one is executed.- Labels are meaningless and ignored.Syntax: writeExamples:::step write In the textbox paste the following and press OK:'Show Date and Time' msg msg ::write msg In the textbox paste the following and press OK:copytext Hi!Remarks:The main use of the 'write' command will be in debuggingscripts. The lastwritten script is remembered within the session.The entered script may have the format of scriptsin script files: multi-line with indents, comments,caption. + Scripting got a new command:- writeAction: Enter a script manually.This new powerful command allows you to manually enter ascript which then is immediately executed on OK (pressCtrl+Enter to OK the form the button had to beun-defaulted to allow Enter in the textbox). Left-click copies it, right-click pops a little menu. UDC dialog: Command ID is now displayed on a button. This new behavior is very practical when you use iconized tabs because once you have defined a special icon for the home folder you always recognize that tab by its icon no matter at what subfolder it is currently pointing to. Simply hold CTRL while clicking one of the menu items! The preset values adjust to the command category, and now the recently added categories have been added here as well:- 'Go To', 'Open', 'Open With', 'New', 'Load Script File'- current file (if any is selected)- 'Rename' - empty- 'Run Script' - empty- else - current path. As you might know, the toolbar's Manage User-Defined Commands button's right-click menu enables you to directly create a new UDC with the argument field preset to some current context value. Configuration Advanced Enable Scripting: Now,if ON then- Menu 'Scripting' is shown- Scripting related controls in CKS and UDC are shownif OFF then- Scripts are not processed unless you YES a yes/no prompt.- Menu 'Scripting' is hidden- Scripting related controls in CKS and UDC are hidden.

This memory is shared with the scriptingcommand try. The script can be multi-line, and you can enter more than one script (in which case amenu will pop up).The last entered script is remembered during the currentXYplorer session. Such scripts must beadditionally prefixed with a double-colon (::) to distinguishthem from normal locations.Script items in Catalog show special icons only when EnableExtended Scripting is ON.- Enter Script.Enter and execute a script directly.
