if system == "Windows":
        command = "call " + command
    else:
        command = ". " + command  # dot is more portable than source