We have a script that creates shortcuts on the Android tablets we use and I wanted to find a way of removing any shortcuts we create and also to find a way of adding a single shortcut rather than all. A portion of the the script I use is below
############################
writeprivateprofstring Webclips Count 37
writeprivateprofstring Webclips Name36 "Website1"
writeprivateprofstring Webclips Url36 https://Website1/
writeprivateprofstring Webclips Icon36 %sdcard%ShortcutImages\Website1.png
writeprivateprofstring Webclips Count 38
writeprivateprofstring Webclips Name37 "Website2"
writeprivateprofstring Webclips Url37 https://website2
writeprivateprofstring Webclips Icon37 %sdcard%ShortcutImages\Website2.png
apply Webclips
############################
Is anyone able to help me?