1. Select the Changelog text (automatically copied to clipboard).
2. Run the script to create the Changelog file.
Code: Select all
$a = substr("<clipboard>", 0, 24);
$fileName = "$a.txt";
$modFileName = writefile("C:\Users\Owner\Documents\XYplorer\changelog\$fileName", "<clipboard>", r);
$fileName = (gettoken($modFileName, 2, "|") != "") ? gettoken($modFileName, 2, "|") : $fileName;
focus(list);
#485;
sel 1; selectitems $fileName;
XYplorer Beta Club