Yes it is possible.
Use the Command() function to get the argument of your program

Code:
dim CmdLine as string
CmdLine = Command()
' Treatment of the CmdLine
...