Xyplorer Scripts S

XYPlorer Scripts.md About. Collection of commandlets to add to XYPlorer catalog. Because you can't right click on catalog items and pick 'Open With'. For all scripts: pick 'Go to Location' and 'Single instance'. Will open the current directoy in Git Bash. Run 'C: Program Files Git git-bash.exe'. Xyplorer Scripts S. XYplorer's file browsing. The efficiency of XYplorer manifold because it facilitates the creation of custom commands and rolling them into an.

On November 10 scheduled show of the new part of the adventure game. Lara Croft will also find the tomb, to take their content and, of course, try to find a remedy for eternal life. Heroine to travel to the most mysterious places in Russia, and in the most remote places in Siberia have to find a mythical place where lies the secret of eternal existence.Tomb Raider - a real adventure survival-action genre. Rise of the tomb raider download. All events will unfold in an unusually beautiful and mysterious places on the planet. In the comics, it is about the search for the main character of the mysterious things that is needed to save him from death, Sam, located on the verge of death as a consequence of the action of toxins.

It's widely known among forum regulars that I simply *love* XY scripting. But I'm always concerned on how the novices can take full advantage of XYplorer firepower the soonest they can.
Months ago (when I had more spare time) I tried to elaborate a way a meta-script could lead the user to either perform common actions for which s/he would be expected to write scripts but due to to her/his current lack of knowledge s/he couldn't, or to deliver a final script based on a series of questions such meta-script presented the user. My own lack of sc html knowledge compromised the project (see http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=10275 with Stefan's collaboration for some reference), so it ended into the drawer.
..but what about an XY own Macro Recording capabilities? Recent File Operations (v12.30) is a step and I think that Undo/Redo (v8.60) is another. Many actions can be triggered by just using simple sequences of command IDs (v6.80). Start XY Macro Rec, log each and every commands performed since then, give a cool interface to save such a sequence once stopped under a familiar name, a nice button to re-run last executed/recorded macro (able to run on single or multiple files and a gentle warning to prompt if original recorded action was performed on files only, folders only or files+folders but current run makes it different - basic error check, you know..) and voilá - quick scripting for the masses!
__________________
Logged command IDs could be automatically commented, making the learning easier:
#163; // Copy Here

Edit: Current version is V0.2 - see far below!Wanting a bit of practise I 'played' with an old codefragment from Stefan - and happened to create something that is quite helpful for me. Maybe it can help you, too?(And after having had several wishes, problems and notes regarding scripting I thought I should show that I use parts of them.)The XY script folder fills up with a lot of scripts. Some oftem used, some seldom. Some just for some tests, some in 'creation status', some 'high productive'.

And all mixed up.And if you need one of your scripts, you have to 'search' through all this. (OK, there are alternatives, but.)- One idea to help: move scripts for test and alike to a subfolder of.

But: it must be easy to call them.- Both Main- and Sub-Folder.can. possibly contain scripts with the same name. (So you can create a test-version of a working script.)- Another idea: while the list of scripts for selection should automatically be built from all existing scripts, 'prefered' scripts should be sorted together 'at the top' for easy finding.- Special: when the selected script is started, the state of XY must be the same as before - especially selections: be it pane, tabs or files. Just as if the script would have been directly called.The script needs a bit of customization: you find it rather on top, in the first part called User-CUSTOMIZATION:- between $prefer0 = and a list of 'Prefered' Scripts in, one per line, left aligned. See samples in script.- $subf1 specifies the name of a subfolder of for further scripts, without leading or trailing '.

If ' no subfolder will be searched. 'Test' means: Test- between $prefer1 = and a list of 'Prefered' Scripts in subfolder of, one per line, left aligned.

See samples in script.- separatp and separats specify 2 dividers in the selection menu. Leave as is or change as wanted.And now to the script! I've tested it as good as possible, but you know.If you are interested and have questions, have ideas, or find errors - just give me a note! OK: new Version 0.2The lists of Prefered Scripts now can contain a sublist of Scripts that are to be suppressed from display. The beginning of this Sublist is indicated by an entry SUPPRESS - see the sample.You may define no entry after SUPPRESS,and in that case you even may delete this line.Some parts of the code got restructured: better adapted to a not (yet?) available functionality 'function-call' in XY-scripts. So I had to simulate this.

But I hate multiple coding the same code.Again: it's tested, but can have bugs.I'd expect: in this script bugs could lead to errors in functionality, but not destroy anything else.