Hi David,
Double-check that the file ends in .bas and not in .pbp or some other extension.

I've made that mistake a bunch of times.

You'll also want to include the chip type if not using a 16x84

pbp -p16f628 blink.bas (replace -p16f628 with your chip type)

Arch