Skip to content

Instantly share code, notes, and snippets.

' ===== MINIMAL XAML TO JSON =====
Option Explicit
Dim fso, xml, inputFile, jsonOutput, outputFile
Set fso = CreateObject("Scripting.FileSystemObject")
If WScript.Arguments.Count = 0 Then
MsgBox "Drag & drop a .xaml file onto this script.", vbExclamation
WScript.Quit
' ============================================================
' UiPath XAML Activity Renamer
' Usage: cscript rename_assigns.vbs "YourFile.xaml"
' Output: overwrites YourFile.xaml (original backed up as xYourFile.xaml)
' Idempotent: safe to run multiple times on the same file.
'
' ── WHAT IT DOES ────────────────────────────────────────────
'
' 1. ACTIVITY DISPLAY NAME RENAMING
' Appends the key variable/value to each activity DisplayName
@apiusage
apiusage / numbers.txt
Last active March 22, 2026 04:01
4D Numbers
6249
9426
@apiusage
apiusage / 4DWB.txt
Last active March 12, 2026 19:32
4DWB
2 9 0 8
4 5 9 6
6 7 1 3
8 1 2 5