If Command$() = "" Then Print "No command-line arguments" Else Print "Command-line arguments are: " + Command$() End If