03-17-2023, 05:27 PM
You can access each individual file in the COMMAND$ by using COMMAND$(n).
Code: (Select All)
For i = 1 to _CommandCount
Print Command$(i)
Next
Ask me about Windows API and maybe some Linux stuff