I need to launch system apps for the user. Mobility Center was one,
but then I discovered the path used to run it with RunProgram wasn't
working, even though I knew the file existed, but FileSize said it didn't.
Code: Select all
; This FAILS on a 32-bit app running on a 64-bit PC.
RunProgram("C:\Windows\System32\mblctr.exe")