• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

Testing Attachment .bas

aramis

Administrator
Administrator
Baronet
This is a test

I was able to add a qbasic .bas file. Someone D/L it and let me know if it works, please.

(for reference, this is an Imperial Starfire system generator...)
 

Attachments

Looks like basic to me.

Came down as "ISF_SYGN.BAS.html" on my system.

Edit:

Wow…fractional line numbers. Ok then…didn't know that.
 
Able to download and visually read as a text file on Linux. Filename ended in "BAS".
 
Able to download and visually read as a text file on Linux. Filename ended in "BAS".

Good! I had the same result myself on Mac.

Looks like basic to me.

Came down as "ISF_SYGN.BAS.html" on my system.

Edit:

Wow…fractional line numbers. Ok then…didn't know that.

Q-basic. Like S-basic for CP/M, it doesn't care what the line number is, it just treats it as a label to jump/gosub to or read from.
 
Ok. Looks like it worked. Also added file types .c and .h for C, and will probably add .cpp as well, and .py
 
Ok. Looks like it worked. Also added file types .c and .h for C, and will probably add .cpp as well, and .py

Are you wanting folks to share files here? Would you want to take advantage of a full code repository like GitHub? That's one of the reasons the Makhidkarun repo was started. Makes it easier to get and update code.
 
Are you wanting folks to share files here? Would you want to take advantage of a full code repository like GitHub? That's one of the reasons the Makhidkarun repo was started. Makes it easier to get and update code.

People already ARE sharing code here. Not much, but some. I don't want to run a full repository system, but I do want to make sharing code as code files easier.
 
FireFox 43.0.1 added .htm to the file. Renamed and took the .htm off and notepad lite opened it as a text file. Win 8.1 did ask me if I wanted to run it first.
 
text, they are text files with a different extension

that's still not the mime-type - tho' it's part of it.

text/???

C source files, which are plain text, have a mime-type of text/x-c
.css files are text/css
 
Back
Top