xyScript - Backup Your Settings.
Posted: 05 Sep 2010 01:53
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.
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:
Please test and use carefully as I'm *NOT* a scripter.
Tag - xyScript
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";
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";
Tag - xyScript