Code: Select all
"And > and, etc." rename "s", " |.|.|And|Or|With|It|To|In|Of|The>>|_|_|and|or|with|it|to|in|of|the"
"Prefix Text" $string = input("Enter the text to prefix:"); rename "b", "$string*"
"Search and Replace" $find = input("Enter the text to be replaced:"); $replace = input("Enter the text to be inserted:"); msg "Replace: ".$find." with: ".$replace; rename "s", "$find/$replace"
-
"Append modified date" rename "b", '*-<datem yyyymmdd>', "p"Code: Select all
submenu RENAMET; sub "Rename Tools"
-
"Append modified date" rename "b", '*-<datem yyyymmdd>', "p"
==
RENAMET
"And > and, etc." rename "s", " |.|.|And|Or|With|It|To|In|Of|The>>|_|_|and|or|with|it|to|in|of|the"
"Prefix Text" $string = input("Enter the text to prefix:"); rename "b", "$string*"
"Search and Replace" $find = input("Enter the text to be replaced:"); $replace = input("Enter the text to be inserted:"); msg "Replace: ".$find." with: ".$replace; rename "s", "$find/$replace"
What about...?
EDIT:
Forgot to add the button's name.
Pseudo code:
Code: Select all
submenu RENAMET; sub "Rename Tools"
XYplorer Beta Club