10 lines
137 B
Text
10 lines
137 B
Text
Public Sub Main()
|
|
Dim sTemp As String
|
|
|
|
Print "Command to start the program was ";;
|
|
|
|
For Each sTemp In Args.All
|
|
Print sTemp;;
|
|
Next
|
|
|
|
End
|