Ubot Variable to Table (Save report)
Ubot Plugin or Ubot Studio Plugin for helping your work easier with many extra features.
Create note any file or folder
*** Install ***
1. move file “File Folder Note.exe” to d:\File Folder Note
2. right click “File Folder Note.exe”
3. select “Run as administrator”
4. finish install
*** Use ***
1. right click any file or folder
2. find “File Folder Note”
3. click
4. now automatic create text file and open
5. enter you note and save it
6. close note pad
*** Use multi file or folder ***
1. right click any file or folder
2. click “Send To”
3. find “File Folder Note”
4. click
5. now automatic create text file and open
6. enter you note and save it
7. close note pad
Gen Text Animation (GIF)
clear list(%Chars)
set(#Text,”Hello World”,”Global”)
add list to list(%Chars,$find regular expression(#Text,”[\\w ]”),”Don\’t Delete”,”Global”)
loop($list total(%Chars)) {
set(#Temp,$next list item(%Chars),”Global”)
set(#CharCount,$list position(%Chars),”Global”)
set(#TextOut,$substring(#Text,0,#CharCount),”Global”)
plugin command(“Advanced Image.dll”, “text to image”, #TextOut, “Segoe UI”, 90, 000000, “FFFFFF”, 700, 300, $plugin function(“Advanced Data Text File.dll”, “$create file loop name”, “{$special folder(“Application”)}\\Images Out.jpg”, “_”, 1000, “False”))
}
add list to list(%ImageFiles,$plugin function(“Advanced Data Text File.dll”, “$get files 2”, $special folder(“Application”), “*.jpg”, “True”, “Root Directory Only”),”Delete”,”Global”)
plugin command(“Advanced Image.dll”, “image to gif”, %ImageFiles, “{$special folder(“Application”)}\\Test Text Gif.gif”, 500)