Is it possible to return the arguments from the processPath in this example? This might make more sense, sorry.
processPath
Dim processName As String D
Another option
Sub WhatEver() Dim strArg() as string strArg = Command().Split(" ") ' strArg(0) is first argument and so on ' ' End Sub