Page 1 of 1

Q*Bert (Dragon User Jan 1985)

Posted: Fri Oct 27, 2017 10:54 pm
by sixxie
Another one I remember my mum typing in. Never found a tape of it, but for some reason today I decided to type it in again...

Surprisingly ok for a BASIC game! Horribly tempted to "fix" the slo-mo POKEs as they're a bit unsafe, but in the end kept it as printed.

..ciaran

Re: Q*Bert (Dragon User Jan 1985)

Posted: Sun Oct 29, 2017 12:12 am
by Alastair
sixxie wrote:phpBB didn't like the asterisk originally in this filename
Ciaran, you should upload a zip where the file names within do not contain asterisks because Windows (and a few other operating systems) cannot cope with file names containing asterisks.

That said, the Windows version of 7-Zip will convert the asterisks to underscores when extracting the files.

Re: Q*Bert (Dragon User Jan 1985)

Posted: Sun Oct 29, 2017 8:55 am
by sixxie
Alastair wrote: Ciaran, you should upload a zip where the file names within do not contain asterisks because Windows (and a few other operating systems) cannot cope with file names containing asterisks.
Wow, really? I never knew that. I thought the only ones to really avoid were slash, backslash, dot and dollar (those last two for ADFS :) ).

Ok edited the original post anyway - cheers for letting me know.

Re: Q*Bert (Dragon User Jan 1985)

Posted: Mon Oct 30, 2017 11:04 pm
by Alastair
sixxie wrote:I never knew that.
Are you kidding me? I assumed it was pretty common knowledge. Anyway, for possible future reference Windows file names cannot contain any of the following:
\ / : * ? " < > |

Re: Q*Bert (Dragon User Jan 1985)

Posted: Tue Oct 31, 2017 8:08 am
by sixxie
Alastair wrote: \ / : * ? " < > |
Ok now you're just quoting the game!

But seriously - I've not used a DOS-esque as my own desktop since 6.22 (or somesuch), where the 8.3 rule still held. Somehow it just never came up...

In Unix you can have anything but the directory separator ("/"), though we like to avoid spaces, and I guess globbing characters ("*", "?") might make poorly-written scripts do amusing things.