# File lib/bat.rb, line 71
    def pt(string, add='')
        bat = "Bat " if SCRIPT.downcase.start_with?("bat")
        @batpart = SCRIPT.sub(/.*bat/,"") unless @batpart
        add = " #{add}" if not add.start_with?(" ") and not add.empty?
        puts(".!!!~~~~>#{bat}#{@batpart}#{add}: #{string}")
    end