xyScript - Backup Your Settings.

Discuss and share scripts and script files...
Post Reply
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

xyScript - Backup Your Settings.

Post by SkyFrontier »

Sorry, guys!
Posted version at XY Scripts Library was not working and just now I realized (was testing scripts on a very older version of XY).
As the original topic was "XY Script: Color Syntax for EditPadPro" and due to the usefulness of this one, I decided to put this thing as another thread instead of updating it there.

Code: Select all

   copyto "<xydata>\BKPs\<date yyyy-mm-dd>\<xyver>",
    "<xypath>\XYplorer.exe|<xydata>\*.ini|<xydata>\*.dat|<xydata>\FindTemplates";
Reason: <yyyy-mm-dd> and <curver> was not working anymore (probably since v8.40.0121 and v7.50.0003, respectivelly).

Originally posted here.

You probably want to use this version, instead, if you don't want xy.exe being part of the backup:

Code: Select all

   copyto "<xydata>\BKPs\<date yyyy-mm-dd>\<xyver>",
    "<xydata>\*.ini|<xydata>\*.dat|<xydata>\FindTemplates";
Please test and use carefully as I'm *NOT* a scripter.

Tag - xyScript
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply