CreateObject("wscript.shell").run """C:\Program Files (x86)\2BrightSparks\SyncBackFree\SyncBackFree.exe"""
The above command works, but the following does not work.
CreateObject("wscript.shell").run """C:\Program Files (x86)\2BrightSparks\SyncBackFree\SyncBackFree.exe" -m "Back up a USB device"""
How do I make the argument -m "Back up a USB device" work?